Package | Description |
---|---|
com.tailf.cdb |
Package with methods for connecting to the configuration database.
|
com.tailf.conf |
Data types and utilities for communication with the server.
|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
Modifier and Type | Method and Description |
---|---|
void |
CdbSubscription.diffIterate(int subid,
CdbDiffIterate iter,
EnumSet<DiffIterateFlags> flags,
Object initstate)
Iterate over changes made in CDB with additional supplied flags.
|
Modifier and Type | Method and Description |
---|---|
static DiffIterateFlags |
DiffIterateFlags.valueOf(int i) |
static DiffIterateFlags |
DiffIterateFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffIterateFlags[] |
DiffIterateFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Maapi.diffIterate(int tid,
Object initstate,
EnumSet<DiffIterateFlags> flags,
MaapiDiffIterate iter,
ConfPath path)
Iterates through the transaction diff.
|