com.sleepycat.je.dbi
Class Operation
java.lang.Object
com.sleepycat.je.dbi.Operation
public class Operation
- extends Object
An enumeration of different api call sources for replication, currently for
debugging. This is also intended to support the future possibility of
providing application level visibility into the replication operation
stream.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PUT
public static final Operation PUT
NO_OVERWRITE
public static final Operation NO_OVERWRITE
PLACEHOLDER
public static final Operation PLACEHOLDER
writeToBuffer
public void writeToBuffer(ByteBuffer buffer)
- Serialize this object into the buffer.
- Parameters:
buffer
- is the destination buffer
readFromBuffer
public void readFromBuffer(ByteBuffer buffer)
Copyright 2004,2008 Oracle. All rights reserved.