| java.lang.Object org.apache.derby.impl.store.raw.data.RemoveFileOperation
RemoveFileOperation | public class RemoveFileOperation implements Undoable(Code) | | |
RemoveFileOperation | public RemoveFileOperation()(Code) | | |
RemoveFileOperation | RemoveFileOperation(String name, long generationId, boolean removeAtOnce)(Code) | | |
getPreparedLog | public ByteArray getPreparedLog()(Code) | | the default for prepared log is always null for all the operations
that don't have optionalData. If an operation has optional data,
the operation need to prepare the optional data for this method.
Space Operation has no optional data to write out
|
getTypeFormatId | public int getTypeFormatId()(Code) | | Return my format identifier.
|
group | public int group()(Code) | | A space operation is a RAWSTORE log record
|
|
|