Index
All Classes and Interfaces|All Packages|Constant Field Values
I
- id - Variable in class titan.scheduler.Job
- idleStartTime - Variable in class titan.scheduler.Worker
-
The timestamp (in milliseconds) when the worker became idle (currentLoad dropped to 0).
- in - Variable in class titan.storage.TitanJRedisAdapter
- incrementCurrentLoad() - Method in class titan.scheduler.Worker
-
Increments the current load of the worker by one.
- incrementRetry() - Method in class titan.scheduler.Job
- IngressAdapter - Interface in titan.balancer
- isAffinityRequired() - Method in class titan.scheduler.Job
- isConnected - Variable in class titan.storage.TitanJRedisAdapter
- isConnected() - Method in class titan.storage.TitanJRedisAdapter
-
Checks if the adapter is currently connected to the Redis server.
- isPermanent - Variable in class titan.network.RpcWorkerServer
-
A flag indicating whether this worker is a permanent instance (
true) or an ephemeral instance (false) that can be scaled down by the scheduler. - isPermanent - Variable in class titan.scheduler.Worker
-
Indicates whether this worker is a permanent part of the cluster or a temporary, dynamically provisioned worker.
- isPermanent() - Method in class titan.scheduler.Worker
-
Checks if this worker is designated as a permanent worker.
- isPortInUseLocally(int) - Method in class titan.scheduler.Scheduler
-
Checks if a given port is currently in use on the local machine.
- isReady() - Method in class titan.scheduler.Job
- isRunning - Variable in class titan.network.RpcWorkerServer
-
A volatile flag indicating whether the worker server is currently running.
- isRunning - Variable in class titan.network.SchedulerServer
- isRunning - Variable in class titan.scheduler.Scheduler
- isSaturated() - Method in class titan.scheduler.Worker
-
Checks if the worker is saturated, meaning its current load has reached or exceeded its maximum capacity.
- isWorkerAlive(String, int) - Method in class titan.scheduler.Scheduler
-
Checks if a worker is alive and reachable on a given host and port by attempting to open a socket connection.
All Classes and Interfaces|All Packages|Constant Field Values