Package com.biglybt.pif.ddb
Interface DistributedDatabaseKey
-
- All Known Implementing Classes:
DDBaseKeyImpl
public interface DistributedDatabaseKey
-
-
Field Summary
Fields Modifier and Type Field Description static int
FL_ANON
static int
FL_BRIDGED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
int
getFlags()
java.lang.Object
getKey()
void
setFlags(int flags)
-
-
-
Field Detail
-
FL_ANON
static final int FL_ANON
- See Also:
- Constant Field Values
-
FL_BRIDGED
static final int FL_BRIDGED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getKey
java.lang.Object getKey() throws DistributedDatabaseException
- Throws:
DistributedDatabaseException
-
getDescription
java.lang.String getDescription()
-
setFlags
void setFlags(int flags)
- Parameters:
flags
-- Since:
- 4901
-
getFlags
int getFlags()
- Returns:
- Since:
- 4901
-
-