Package com.biglybt.pifimpl.local.ddb
Class DDBaseKeyImpl
java.lang.Object
com.biglybt.pifimpl.local.ddb.DDBaseKeyImpl
- All Implemented Interfaces:
DistributedDatabaseKey
-
Field Summary
FieldsFields inherited from interface com.biglybt.pif.ddb.DistributedDatabaseKey
FL_ANON, FL_BRIDGED
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DDBaseKeyImpl
(Object _key) protected
DDBaseKeyImpl
(Object _key, String _description) -
Method Summary
-
Field Details
-
key
-
key_bytes
private byte[] key_bytes -
description
-
flags
private int flags
-
-
Constructor Details
-
DDBaseKeyImpl
- Throws:
DistributedDatabaseException
-
DDBaseKeyImpl
- Throws:
DistributedDatabaseException
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceDistributedDatabaseKey
-
getBytes
protected byte[] getBytes() -
getDescription
- Specified by:
getDescription
in interfaceDistributedDatabaseKey
-
getFlags
public int getFlags()- Specified by:
getFlags
in interfaceDistributedDatabaseKey
- Returns:
-
setFlags
public void setFlags(int _flags) - Specified by:
setFlags
in interfaceDistributedDatabaseKey
-