PList.PListIteratorheadPageId, loaded, NOT_SET, pageFile, tailPageId| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
addFirst(java.lang.String id,
ByteSequence bs) |
java.lang.Object |
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.Object l) |
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 void write(java.io.DataOutput out)
throws java.io.IOException
java.io.IOExceptionpublic void destroy()
throws java.io.IOException
public java.lang.Object addLast(java.lang.String id,
ByteSequence bs)
throws java.io.IOException
public java.lang.Object addFirst(java.lang.String id,
ByteSequence bs)
throws java.io.IOException
public boolean remove(java.lang.Object l)
throws java.io.IOException
public 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 PList.PListIterator iterator() throws java.io.IOException
public 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-2016 Red Hat, Inc.. All Rights Reserved.