Index
All Classes and Interfaces|All Packages|Constant Field Values
T
- TaskExecution - Class in titan.scheduler
-
Represents the execution status of a specific task within the scheduler.
- TaskExecution(String, Worker) - Constructor for class titan.scheduler.TaskExecution
-
Constructs a new
TaskExecutioninstance, initializing it for a running task. - TaskHandler - Interface in titan.tasks
-
TaskHandlerdefines a contract for components that can execute a specific task. - taskHanlderMap - Variable in class titan.network.RpcWorkerServer
-
A map storing various
TaskHandlerimplementations, keyed by their task type. - TaskHelper - Class in titan.tasks
-
TaskHelperprovides utility methods and common functionalities related to task management and execution within the Titan system. - TaskHelper() - Constructor for class titan.tasks.TaskHelper
- taskQueue - Variable in class titan.scheduler.Scheduler
- teardown() - Static method in class titan.manual.storage.TitanPersistenceIntegrationTest
- TEST_CLASSES - Static variable in class titan.manual.TitanTestSuite
- TEST_PORT - Static variable in class test.java.titan.manual.WorkerScriptIntegrationTest
- test.java.titan.manual - package test.java.titan.manual
- testCascadingFailure() - Static method in class titan.manual.TitanDAGEndToEnd
- testComplexFanOutAffinity() - Static method in class titan.manual.TitanDAGEndToEnd
- testCrashRecovery() - Static method in class titan.manual.storage.TitanPersistenceIntegrationTest
- testDiamondDag() - Static method in class titan.manual.TitanDAGEndToEnd
- testJobPersistence() - Static method in class titan.manual.storage.TitanPersistenceIntegrationTest
- testRedisInteraction() - Static method in class titan.manual.storage.TitanPersistenceIntegrationTest
- TestServer - Class in titan.manual
- TestServer() - Constructor for class titan.manual.TestServer
- testSimpleAffinity() - Static method in class titan.manual.TitanDAGEndToEnd
- testSimpleSequence() - Static method in class titan.manual.TitanDAGEndToEnd
- threadPool - Variable in class titan.network.RpcWorkerServer
- threadPool - Variable in class titan.network.SchedulerServer
- titan - package titan
- titan.balancer - package titan.balancer
- titan.filesys - package titan.filesys
- titan.manual - package titan.manual
- titan.manual.storage - package titan.manual.storage
- titan.network - package titan.network
- titan.scheduler - package titan.scheduler
- titan.storage - package titan.storage
- titan.tasks - package titan.tasks
- TitanCLI - Class in titan
-
The `TitanCLI` class provides a command-line interface for interacting with the Titan Distributed Orchestrator.
- TitanCLI(String, int) - Constructor for class titan.TitanCLI
-
Constructs a new `TitanCLI` instance, initializing it with the target host and port of the Titan scheduler.
- TitanConfig - Class in titan
- TitanConfig() - Constructor for class titan.TitanConfig
- TitanDAGEndToEnd - Class in titan.manual
- TitanDAGEndToEnd() - Constructor for class titan.manual.TitanDAGEndToEnd
- TitanJRedisAdapter - Class in titan.storage
-
A synchronous adapter to connect Titan to RedisJava.
- TitanJRedisAdapter(String, int) - Constructor for class titan.storage.TitanJRedisAdapter
-
Constructs a new
TitanJRedisAdapterinstance. - TitanJRedisAdapterTest - Class in titan.manual.storage
- TitanJRedisAdapterTest() - Constructor for class titan.manual.storage.TitanJRedisAdapterTest
- TitanMaster - Class in titan
-
The main entry point for the Titan distributed system.
- TitanMaster() - Constructor for class titan.TitanMaster
- TitanPacket(byte, String) - Constructor for class titan.network.TitanProtocol.TitanPacket
-
Constructs a new
TitanPacket. - TitanPersistenceIntegrationTest - Class in titan.manual.storage
- TitanPersistenceIntegrationTest() - Constructor for class titan.manual.storage.TitanPersistenceIntegrationTest
- TitanProtocol - Class in titan.network
-
TitanProtocoldefines the communication protocol for the Titan network. - TitanProtocol() - Constructor for class titan.network.TitanProtocol
- TitanProtocol.TitanPacket - Class in titan.network
-
Represents a parsed Titan Protocol packet, containing its operation code and payload.
- TitanTestSuite - Class in titan.manual
- TitanTestSuite() - Constructor for class titan.manual.TitanTestSuite
- TitanWorker - Class in titan
- TitanWorker() - Constructor for class titan.TitanWorker
- toString() - Method in class titan.scheduler.Job
- toString() - Method in class titan.scheduler.Worker
-
Returns a string representation of the Worker, including its host, port, and current load.
All Classes and Interfaces|All Packages|Constant Field Values