org.gudy.azureus2.pluginsimpl.local.ddb
Class DDBaseImpl.dbEvent
java.lang.Object
  
org.gudy.azureus2.pluginsimpl.local.ddb.DDBaseImpl.dbEvent
- All Implemented Interfaces: 
 - DistributedDatabaseEvent
 
- Enclosing class:
 - DDBaseImpl
 
protected class DDBaseImpl.dbEvent
- extends java.lang.Object
- implements DistributedDatabaseEvent
  
 
 
| 
Constructor Summary | 
protected  | 
DDBaseImpl.dbEvent(int _type)
 
            | 
protected  | 
DDBaseImpl.dbEvent(int _type,
                   DistributedDatabaseKey _key)
 
            | 
protected  | 
DDBaseImpl.dbEvent(int _type,
                   DistributedDatabaseKey _key,
                   DHTPluginContact _contact,
                   byte[] _value,
                   long _ct,
                   long _v)
 
            | 
protected  | 
DDBaseImpl.dbEvent(int _type,
                   DistributedDatabaseKey _key,
                   DHTPluginContact _contact,
                   DHTPluginValue _value)
 
            | 
protected  | 
DDBaseImpl.dbEvent(int _type,
                   DistributedDatabaseKey _key,
                   DHTPluginContact _contact,
                   DistributedDatabaseKeyStats _key_stats)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DDBaseImpl.dbEvent
protected DDBaseImpl.dbEvent(int _type)
DDBaseImpl.dbEvent
protected DDBaseImpl.dbEvent(int _type,
                             DistributedDatabaseKey _key)
DDBaseImpl.dbEvent
protected DDBaseImpl.dbEvent(int _type,
                             DistributedDatabaseKey _key,
                             DHTPluginContact _contact,
                             DHTPluginValue _value)
DDBaseImpl.dbEvent
protected DDBaseImpl.dbEvent(int _type,
                             DistributedDatabaseKey _key,
                             DHTPluginContact _contact,
                             DistributedDatabaseKeyStats _key_stats)
DDBaseImpl.dbEvent
protected DDBaseImpl.dbEvent(int _type,
                             DistributedDatabaseKey _key,
                             DHTPluginContact _contact,
                             byte[] _value,
                             long _ct,
                             long _v)
getType
public int getType()
- Specified by:
 getType in interface DistributedDatabaseEvent
 
 
getKey
public DistributedDatabaseKey getKey()
- Specified by:
 getKey in interface DistributedDatabaseEvent
 
 
getKeyStats
public DistributedDatabaseKeyStats getKeyStats()
- Specified by:
 getKeyStats in interface DistributedDatabaseEvent
 
 
getValue
public DistributedDatabaseValue getValue()
- Specified by:
 getValue in interface DistributedDatabaseEvent
 
 
getContact
public DistributedDatabaseContact getContact()
- Specified by:
 getContact in interface DistributedDatabaseEvent