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 void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void readExternal(DataInput in) throws IOException
IOException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void writeExternal(DataOutput out) throws IOException
IOException
public 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-2012 Apache Software Foundation. All Rights Reserved.