Package | Description |
---|---|
com.tailf.conf |
Data types and utilities for communication with the server.
|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
com.tailf.notif |
Package for subscription to asynchronous events.
|
Modifier and Type | Method and Description |
---|---|
int |
ConfUInt64.compareTo(ConfUInt64 o) |
Modifier and Type | Method and Description |
---|---|
void |
PreparedXMLStatement.setUInt64(int index,
ConfUInt64 val)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConfUInt64 |
CommitQueueProgressNotification.getCQId() |
Constructor and Description |
---|
CommitQueueProgressNotification(int cq_notif_type,
ConfDatetime timestamp,
ConfUInt64 cq_id,
String cq_tag,
List<String> completed_devices,
List<String> transient_devices,
Map<String,String> failed_devices,
Map<String,ConfList> completed_services,
Map<String,ConfList[]> failed_services,
String trace_id) |