com.sleepycat.je.dbi
Interface ReplicatorInstance


public interface ReplicatorInstance

Replication functionality is available to the core JE code through this interface. The replication packages use Java 1.5 features and this interface lets us continue to support Java 1.4 for non-replicated environments. There should be no references to any classes from com.sleepycat.je.rep* except through this and other replication interfaces.


Method Summary
 VLSN bumpVLSN()
           
 void replicateOperation(Operation op, java.nio.ByteBuffer marshalledBuffer)
           
 

Method Detail

replicateOperation

void replicateOperation(Operation op,
                        java.nio.ByteBuffer marshalledBuffer)
                        throws DatabaseException
Throws:
DatabaseException

bumpVLSN

VLSN bumpVLSN()


Copyright 2004,2008 Oracle. All rights reserved.