| Modifier and Type | Class and Description |
|---|---|
class |
PList.PListIterator |
headPageId, loaded, NOT_SET, pageFile, tailPageId| Modifier and Type | Method and Description |
|---|---|
void |
addFirst(java.lang.String id,
ByteSequence bs) |
void |
addLast(java.lang.String id,
ByteSequence bs) |
void |
claimFileLocations(java.util.Set<java.lang.Integer> candidates) |
void |
destroy() |
PListEntry |
get(long position) |
PListEntry |
getFirst() |
PListEntry |
getLast() |
java.lang.String |
getName() |
boolean |
isEmpty() |
PList.PListIterator |
iterator() |
boolean |
remove(long position) |
boolean |
remove(java.lang.String id) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput out) |
add, addFirst, clear, containsKey, createNode, get, getFirst, getHead, getHeadPageId, getKeyMarshaller, getLast, getPageFile, getTail, getTailPageId, getValueMarshaller, isEmpty, isTransient, iterator, iterator, listNodeIterator, load, onRemove, put, remove, setHeadPageId, setKeyMarshaller, setPageFile, setTailPageId, setValueMarshaller, size, storeNode, unloadpublic void setName(java.lang.String name)
public java.lang.String getName()
public void write(java.io.DataOutput out) throws java.io.IOException
java.io.IOExceptionpublic void destroy() throws java.io.IOException
java.io.IOExceptionpublic void addLast(java.lang.String id, ByteSequence bs) throws java.io.IOException
java.io.IOExceptionpublic void addFirst(java.lang.String id, ByteSequence bs) throws java.io.IOException
java.io.IOExceptionpublic boolean remove(java.lang.String id) throws java.io.IOException
java.io.IOExceptionpublic boolean remove(long position) throws java.io.IOException
java.io.IOExceptionpublic PListEntry get(long position) throws java.io.IOException
java.io.IOExceptionpublic PListEntry getFirst() throws java.io.IOException
java.io.IOExceptionpublic PListEntry getLast() throws java.io.IOException
java.io.IOExceptionpublic boolean isEmpty()
public PList.PListIterator iterator() throws java.io.IOException
java.io.IOExceptionpublic void claimFileLocations(java.util.Set<java.lang.Integer> candidates) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2012. All Rights Reserved.