| java.lang.Object org.apache.derby.impl.store.raw.data.ReclaimSpace
ReclaimSpace | final public class ReclaimSpace implements Serviceable(Code) | | Post commit work to reclaim some space from the raw store. This is a
wrapper class for the real serviceable class who wraps this on top of
itself so different things can be identified.
|
Constructor Summary | |
public | ReclaimSpace(int reclaim, ContainerKey containerId, DataFactory processor, boolean serviceASAP) | public | ReclaimSpace(int reclaim, PageKey pageId, DataFactory processor, boolean serviceASAP) | public | ReclaimSpace(int reclaim, RecordHandle headRowHandle, DataFactory processor, boolean serviceASAP) | public | ReclaimSpace(int reclaim, RecordHandle headRowHandle, int columnId, long ovPageId, int ovRecordId, PageTimeStamp timeStamp, DataFactory processor, boolean serviceASAP) |
COLUMN_CHAIN | final public static int COLUMN_CHAIN(Code) | | |
CONTAINER | final public static int CONTAINER(Code) | | |
PAGE | final public static int PAGE(Code) | | |
ROW_RESERVE | final public static int ROW_RESERVE(Code) | | |
getColumnId | final public int getColumnId()(Code) | | |
getColumnPageId | final public long getColumnPageId()(Code) | | |
getColumnRecordId | final public int getColumnRecordId()(Code) | | |
incrAttempts | final public int incrAttempts()(Code) | | |
reclaimWhat | final public int reclaimWhat()(Code) | | |
serviceASAP | public boolean serviceASAP()(Code) | | |
serviceImmediately | public boolean serviceImmediately()(Code) | | |
|
|