com.sleepycat.db

Interface ReplicationTransport

public interface ReplicationTransport

Field Summary
intEID_BROADCAST
intEID_INVALID
Method Summary
intsend(Environment dbenv, DatabaseEntry control, DatabaseEntry rec, LogSequenceNumber lsn, int envid, boolean noBuffer, boolean permanent, boolean anywhere, boolean isRetry)

Field Detail

EID_BROADCAST

public int EID_BROADCAST

EID_INVALID

public int EID_INVALID

Method Detail

send

public int send(Environment dbenv, DatabaseEntry control, DatabaseEntry rec, LogSequenceNumber lsn, int envid, boolean noBuffer, boolean permanent, boolean anywhere, boolean isRetry)