com.neeve.ods
Interface IStoreCommitQueue.IEntry
- All Known Subinterfaces:
- IStoreCommitQueue.IPutEntry, IStoreCommitQueue.IRemoveEntry, IStoreCommitQueue.ISendEntry, IStoreCommitQueue.IUpdateEntry
- Enclosing interface:
- IStoreCommitQueue
public static interface IStoreCommitQueue.IEntry
Represents an entry in a commit queue
getType
IStoreCommitQueue.IEntry.Type getType()
getId
com.eaio.uuid.UUID getId()
getOfid
short getOfid()
getOType
short getOType()
getTransactionId
long getTransactionId()
getStableTransactionId
long getStableTransactionId()
getCheckpointVersion
long getCheckpointVersion()
setObject
void setObject(IStoreObject object)
getObject
IStoreObject getObject()
setSerializedObject
void setSerializedObject(PktPacket serializedObject)
getSerializedObject
PktPacket getSerializedObject()
getSerializedMetadata
PktBuffer getSerializedMetadata()
acquire
IStoreCommitQueue.IEntry acquire()
dispose
void dispose()
Copyright © 2015 Neeve Research, LLC. All Rights Reserved.