org.gudy.azureus2.plugins.ddb
Interface DistributedDatabaseEvent
- All Known Implementing Classes: 
 - DDBaseImpl.dbEvent
 
public interface DistributedDatabaseEvent
- Author:
 
  - parg
 
 
 
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_LOCAL_CONTACT_CHANGED
static final int ET_LOCAL_CONTACT_CHANGED
- See Also:
 - Constant Field Values
 
getType
int getType()
 
getKey
DistributedDatabaseKey getKey()
 
getKeyStats
DistributedDatabaseKeyStats getKeyStats()
 
getValue
DistributedDatabaseValue getValue()
 
getContact
DistributedDatabaseContact getContact()