public class RedoStoreIndexItem extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
static Marshaller |
MARSHALLER |
| Constructor and Description |
|---|
RedoStoreIndexItem() |
RedoStoreIndexItem(String indexName,
long offset,
IndexItem item) |
| Modifier and Type | Method and Description |
|---|---|
IndexItem |
getIndexItem() |
String |
getIndexName() |
long |
getOffset() |
void |
readExternal(DataInput in) |
void |
readExternal(ObjectInput in) |
void |
setIndexItem(IndexItem item) |
void |
setIndexName(String indexName) |
void |
setOffset(long offset) |
void |
writeExternal(DataOutput out) |
void |
writeExternal(ObjectOutput out) |
public static final Marshaller MARSHALLER
public RedoStoreIndexItem()
public RedoStoreIndexItem(String indexName, long offset, IndexItem item)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void readExternal(DataInput in) throws IOException
IOExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void writeExternal(DataOutput out) throws IOException
IOExceptionpublic String getIndexName()
public void setIndexName(String indexName)
public IndexItem getIndexItem()
public void setIndexItem(IndexItem item)
public long getOffset()
public void setOffset(long offset)
Copyright © 2005–2017. All rights reserved.