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


Nested Class Summary
static class IStoreCommitQueue.IEntry.Type
           
 
Method Summary
 IStoreCommitQueue.IEntry acquire()
           
 void dispose()
           
 long getCheckpointVersion()
           
 com.eaio.uuid.UUID getId()
           
 IStoreObject getObject()
           
 short getOfid()
           
 short getOType()
           
 PktBuffer getSerializedMetadata()
           
 PktPacket getSerializedObject()
           
 long getStableTransactionId()
           
 long getTransactionId()
           
 IStoreCommitQueue.IEntry.Type getType()
           
 void setObject(IStoreObject object)
           
 void setSerializedObject(PktPacket serializedObject)
           
 

Method Detail

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.