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, unload
public void setName(java.lang.String name)
public java.lang.String getName()
public void write(java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public void destroy() throws java.io.IOException
java.io.IOException
public void addLast(java.lang.String id, ByteSequence bs) throws java.io.IOException
java.io.IOException
public void addFirst(java.lang.String id, ByteSequence bs) throws java.io.IOException
java.io.IOException
public boolean remove(java.lang.String id) throws java.io.IOException
java.io.IOException
public boolean remove(long position) throws java.io.IOException
java.io.IOException
public PListEntry get(long position) throws java.io.IOException
java.io.IOException
public PListEntry getFirst() throws java.io.IOException
java.io.IOException
public PListEntry getLast() throws java.io.IOException
java.io.IOException
public boolean isEmpty()
public PList.PListIterator iterator() throws java.io.IOException
java.io.IOException
public void claimFileLocations(java.util.Set<java.lang.Integer> candidates) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2017. All Rights Reserved.