com.sleepycat.db
Interface ReplicationTransport


public interface ReplicationTransport


Field Summary
static int EID_BROADCAST
           
static int EID_INVALID
           
 
Method Summary
 int send(Environment dbenv, DatabaseEntry control, DatabaseEntry rec, LogSequenceNumber lsn, int envid, boolean noBuffer, boolean permanent, boolean anywhere, boolean isRetry)
           
 

Field Detail

EID_BROADCAST

static final int EID_BROADCAST
See Also:
Constant Field Values

EID_INVALID

static final int EID_INVALID
See Also:
Constant Field Values
Method Detail

send

int send(Environment dbenv,
         DatabaseEntry control,
         DatabaseEntry rec,
         LogSequenceNumber lsn,
         int envid,
         boolean noBuffer,
         boolean permanent,
         boolean anywhere,
         boolean isRetry)
         throws DatabaseException
Throws:
DatabaseException