|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStoreCommitQueue
Represents a read only view into an ODS commit queue.
Nested Class Summary | |
---|---|
static interface |
IStoreCommitQueue.IEntry
Represents an entry in a commit queue |
static interface |
IStoreCommitQueue.IPutEntry
Represents an object put entry in a commit queue |
static interface |
IStoreCommitQueue.IRemoveEntry
Represents an object remove entry in a commit queue |
static interface |
IStoreCommitQueue.ISendEntry
Represents an object send entry in a commit queue |
static interface |
IStoreCommitQueue.IUpdateEntry
Represents an object update entry in a commit queue |
Method Summary | |
---|---|
IStoreCommitQueue.IEntry |
first()
Get the first entry in a commit queue. |
Iterator<? extends IStoreCommitQueue.IEntry> |
iterator()
Get a commit queue iterator. |
IStoreCommitQueue.IEntry |
last()
Get the last entry in a commit queue. |
int |
size()
Return the size of a commit queue. |
Method Detail |
---|
IStoreCommitQueue.IEntry first()
Iterator<? extends IStoreCommitQueue.IEntry> iterator()
IStoreCommitQueue.IEntry last()
int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |