Access |
Class to manage a Merritt Access Assembly Request.
|
Access.Queues |
Access Assembly Queue names
|
AccessState |
Access Assembly State Transitions
|
Batch |
Class to manage a Merritt Ingest Batch in the Batch Queue.
|
BatchState |
Batch State Transitions
|
IngestState |
Common interface for Ingest Queue State Enums
|
Job |
Class to manage a Merritt Ingest Job in the Job Queue.
|
JobState |
Job State Transitions
|
MerrittJsonKey |
Lookup key names for properties stored as JSON within ZooKeeper nodes.
|
MerrittStateError |
Exception indicates that an illegal operation was invoked on an object with an incompatible state (ie attempting to delete a Job or Batch that is not in a deleteable state)
|
MerrittZKNodeInvalid |
Exception thown when attempting to modify the data payload for a ZooKeeper node.
|
QueueItem |
Base Class for Common functions for Merritt Ingest Batches and Merritt Ingest Jobs.
|
QueueItem.BatchJobStates |
Standardized path names for Merritt Zookeeper nodes
|
QueueItem.ZkPaths |
Standardized path names for Merritt Zookeeper nodes
|
QueueItem.ZkPrefixes |
Standardized prefix names for Merritt Zookeeper sequential nodes
|
ZKKey |
Defines relative pathnames to ZooKeeper nodes for a Batch or a Job.
|