org.apache.activemq.kaha.impl.index
Class RedoStoreIndexItem
java.lang.Object
org.apache.activemq.kaha.impl.index.RedoStoreIndexItem
- All Implemented Interfaces:
- Externalizable, Serializable
public class RedoStoreIndexItem
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MARSHALLER
public static final Marshaller MARSHALLER
RedoStoreIndexItem
public RedoStoreIndexItem()
RedoStoreIndexItem
public RedoStoreIndexItem(String indexName,
long offset,
IndexItem item)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
readExternal
public void readExternal(DataInput in)
throws IOException
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
writeExternal
public void writeExternal(DataOutput out)
throws IOException
- Throws:
IOException
getIndexName
public String getIndexName()
setIndexName
public void setIndexName(String indexName)
getIndexItem
public IndexItem getIndexItem()
setIndexItem
public void setIndexItem(IndexItem item)
getOffset
public long getOffset()
setOffset
public void setOffset(long offset)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.