Package com.biglybt.pif.ddb
Interface DistributedDatabaseEvent
-
- All Known Implementing Classes:
DDBaseImpl.dbEvent
public interface DistributedDatabaseEvent
-
-
Field Summary
Fields Modifier and Type Field Description static int
ET_DIVERSIFIED
static int
ET_KEY_STATS_READ
static int
ET_LOCAL_CONTACT_CHANGED
static int
ET_OPERATION_COMPLETE
static int
ET_OPERATION_STARTS
static int
ET_OPERATION_TIMEOUT
static int
ET_VALUE_DELETED
static int
ET_VALUE_READ
static int
ET_VALUE_WRITTEN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributedDatabaseContact
getContact()
DistributedDatabaseKey
getKey()
DistributedDatabaseKeyStats
getKeyStats()
int
getType()
DistributedDatabaseValue
getValue()
-
-
-
Field Detail
-
ET_VALUE_WRITTEN
static final int ET_VALUE_WRITTEN
- See Also:
- Constant Field Values
-
ET_VALUE_READ
static final int ET_VALUE_READ
- See Also:
- Constant Field Values
-
ET_VALUE_DELETED
static final int ET_VALUE_DELETED
- See Also:
- Constant Field Values
-
ET_OPERATION_COMPLETE
static final int ET_OPERATION_COMPLETE
- See Also:
- Constant Field Values
-
ET_OPERATION_TIMEOUT
static final int ET_OPERATION_TIMEOUT
- See Also:
- Constant Field Values
-
ET_KEY_STATS_READ
static final int ET_KEY_STATS_READ
- See Also:
- Constant Field Values
-
ET_OPERATION_STARTS
static final int ET_OPERATION_STARTS
- See Also:
- Constant Field Values
-
ET_DIVERSIFIED
static final int ET_DIVERSIFIED
- See Also:
- Constant Field Values
-
ET_LOCAL_CONTACT_CHANGED
static final int ET_LOCAL_CONTACT_CHANGED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
int getType()
-
getKey
DistributedDatabaseKey getKey()
-
getKeyStats
DistributedDatabaseKeyStats getKeyStats()
-
getValue
DistributedDatabaseValue getValue()
-
getContact
DistributedDatabaseContact getContact()
-
-