Index
All Classes and Interfaces|All Packages|Constant Field Values
O
- OP_ACK - Static variable in class titan.network.TitanProtocol
-
Response OpCode indicating a successful operation (acknowledgment).
- OP_CLEAN_STATS - Static variable in class titan.network.TitanProtocol
-
OpCode for clearing or resetting collected statistics.
- OP_DATA - Static variable in class titan.network.TitanProtocol
-
Response OpCode for sending generic data or a string response.
- OP_DEPLOY - Static variable in class titan.network.TitanProtocol
-
OpCode for deploying an application or service artifact.
- OP_ERROR - Static variable in class titan.network.TitanProtocol
-
Response OpCode indicating a failure or error during an operation.
- OP_FETCH_ASSET - Static variable in class titan.network.TitanProtocol
-
OpCode for fetching an asset from the system.
- OP_GET_JOB_STATUS - Static variable in class titan.network.TitanProtocol
-
OpCode for requesting the current status of a specific job.
- OP_GET_LOGS - Static variable in class titan.network.TitanProtocol
-
OpCode for requesting historical logs for a specific job or service.
- OP_HEARTBEAT - Static variable in class titan.network.TitanProtocol
-
OpCode for a heartbeat message.
- OP_JOB_COMPLETE - Static variable in class titan.network.TitanProtocol
-
OpCode indicating that a job has completed its execution.
- OP_KILL_WORKER - Static variable in class titan.network.TitanProtocol
-
OpCode for forcefully terminating a worker process.
- OP_KV_GET - Static variable in class titan.network.TitanProtocol
-
OpCode for retrieving the value associated with a key from a distributed key-value store.
- OP_KV_SADD - Static variable in class titan.network.TitanProtocol
-
OpCode for adding a member to a set associated with a key in a distributed key-value store.
- OP_KV_SET - Static variable in class titan.network.TitanProtocol
-
OpCode for setting a key-value pair in a distributed key-value store.
- OP_KV_SMEMBERS - Static variable in class titan.network.TitanProtocol
-
OpCode for retrieving all members of a set associated with a key from a distributed key-value store.
- OP_LOG_BATCH - Static variable in class titan.network.TitanProtocol
-
OpCode for sending a batch of log entries.
- OP_LOG_STREAM - Static variable in class titan.network.TitanProtocol
-
OpCode for initiating a stream of logs from a running process or service.
- OP_REGISTER - Static variable in class titan.network.TitanProtocol
-
OpCode for registering a service or worker with the orchestrator.
- OP_RUN - Static variable in class titan.network.TitanProtocol
-
OpCode for initiating the execution of a deployed application or job.
- OP_RUN_ARCHIVE - Static variable in class titan.network.TitanProtocol
-
OpCode for running a job from an archived state or with archived data.
- OP_STAGE - Static variable in class titan.network.TitanProtocol
-
OpCode for staging assets or data required for a job or deployment.
- OP_START_SERVICE - Static variable in class titan.network.TitanProtocol
-
OpCode for starting a specific service.
- OP_START_SERVICE_ARCHIVE - Static variable in class titan.network.TitanProtocol
-
OpCode for starting a service from an archived state or with archived configurations.
- OP_STATS - Static variable in class titan.network.TitanProtocol
-
OpCode for requesting general statistics about the system or a specific entity.
- OP_STATS_JSON - Static variable in class titan.network.TitanProtocol
-
OpCode for requesting statistics in JSON format.
- OP_STOP - Static variable in class titan.network.TitanProtocol
-
OpCode for stopping a running application or job.
- OP_SUBMIT_DAG - Static variable in class titan.network.TitanProtocol
-
OpCode for submitting a Directed Acyclic Graph (DAG) of jobs to the Titan orchestrator.
- OP_SUBMIT_JOB - Static variable in class titan.network.TitanProtocol
-
OpCode for submitting a single job to the Titan orchestrator.
- OP_UNREGISTER_SERVICE - Static variable in class titan.network.TitanProtocol
-
OpCode for unregistering a service or worker from the orchestrator.
- OP_UPLOAD_ASSET - Static variable in class titan.network.TitanProtocol
-
OpCode for uploading an asset (e.g., a binary, configuration file) to the system.
- opCode - Variable in class titan.network.TitanProtocol.TitanPacket
-
The operation code of the received packet.
- operation - Variable in class titan.tasks.ServiceHandler
-
The specific operation this handler instance is configured to perform (e.g., "START", "STOP").
- out - Variable in class titan.storage.TitanJRedisAdapter
- output - Variable in class titan.scheduler.TaskExecution
-
Stores the result, output, or error message generated by the task execution.
All Classes and Interfaces|All Packages|Constant Field Values