| Modifier and Type | Class and Description |
|---|---|
class |
PList.PListIterator |
headPageId, loaded, NOT_SET, pageFile, tailPageId| Modifier and Type | Method and Description |
|---|---|
void |
addFirst(String id,
ByteSequence bs) |
void |
addLast(String id,
ByteSequence bs) |
void |
claimFileLocations(Set<Integer> candidates) |
void |
destroy() |
PListEntry |
get(long position) |
PListEntry |
getFirst() |
PListEntry |
getLast() |
String |
getName() |
boolean |
isEmpty() |
PList.PListIterator |
iterator() |
boolean |
remove(long position) |
boolean |
remove(String id) |
void |
setName(String name) |
String |
toString() |
void |
write(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 write(DataOutput out) throws IOException
IOExceptionpublic void destroy() throws IOException
IOExceptionpublic void addLast(String id, ByteSequence bs) throws IOException
IOExceptionpublic void addFirst(String id, ByteSequence bs) throws IOException
IOExceptionpublic boolean remove(String id) throws IOException
IOExceptionpublic boolean remove(long position) throws IOException
IOExceptionpublic PListEntry get(long position) throws IOException
IOExceptionpublic PListEntry getFirst() throws IOException
IOExceptionpublic PListEntry getLast() throws IOException
IOExceptionpublic boolean isEmpty()
public PList.PListIterator iterator() throws IOException
IOExceptionpublic void claimFileLocations(Set<Integer> candidates) throws IOException
IOExceptionCopyright © 2005–2017. All rights reserved.