Package com.biglybt.pif.ddb
Interface DistributedDatabaseEvent
- All Known Implementing Classes:
DDBaseImpl.dbEvent
public interface DistributedDatabaseEvent
-
Field Details
-
ET_VALUE_WRITTEN
static final int ET_VALUE_WRITTEN- See Also:
-
ET_VALUE_READ
static final int ET_VALUE_READ- See Also:
-
ET_VALUE_DELETED
static final int ET_VALUE_DELETED- See Also:
-
ET_OPERATION_COMPLETE
static final int ET_OPERATION_COMPLETE- See Also:
-
ET_OPERATION_TIMEOUT
static final int ET_OPERATION_TIMEOUT- See Also:
-
ET_KEY_STATS_READ
static final int ET_KEY_STATS_READ- See Also:
-
ET_OPERATION_STARTS
static final int ET_OPERATION_STARTS- See Also:
-
ET_DIVERSIFIED
static final int ET_DIVERSIFIED- See Also:
-
ET_LOCAL_CONTACT_CHANGED
static final int ET_LOCAL_CONTACT_CHANGED- See Also:
-
-
Method Details
-
getType
int getType() -
getKey
DistributedDatabaseKey getKey() -
getKeyStats
DistributedDatabaseKeyStats getKeyStats() -
getValue
DistributedDatabaseValue getValue() -
getContact
DistributedDatabaseContact getContact()
-