A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

add(TimeSeries) - Method in class alluxio.job.util.TimeSeries
Add one histogram to the current one.
addTask(long, WorkerInfo, Object) - Method in class alluxio.job.plan.meta.PlanInfo
Registers a task.
affectedPaths() - Method in interface alluxio.job.JobConfig
 
affectedPaths() - Method in class alluxio.job.plan.load.LoadConfig
 
affectedPaths() - Method in class alluxio.job.plan.migrate.MigrateConfig
 
affectedPaths() - Method in class alluxio.job.plan.persist.PersistConfig
 
affectedPaths() - Method in class alluxio.job.plan.replicate.EvictConfig
 
affectedPaths() - Method in class alluxio.job.plan.replicate.MoveConfig
 
affectedPaths() - Method in class alluxio.job.plan.replicate.ReplicateConfig
 
affectedPaths() - Method in class alluxio.job.plan.transform.CompactConfig
 
affectedPaths() - Method in class alluxio.job.workflow.composite.CompositeConfig
 
alluxio.job - package alluxio.job
 
alluxio.job.meta - package alluxio.job.meta
 
alluxio.job.plan - package alluxio.job.plan
 
alluxio.job.plan.load - package alluxio.job.plan.load
 
alluxio.job.plan.meta - package alluxio.job.plan.meta
 
alluxio.job.plan.migrate - package alluxio.job.plan.migrate
 
alluxio.job.plan.persist - package alluxio.job.plan.persist
 
alluxio.job.plan.replicate - package alluxio.job.plan.replicate
 
alluxio.job.plan.transform - package alluxio.job.plan.transform
 
alluxio.job.util - package alluxio.job.util
 
alluxio.job.wire - package alluxio.job.wire
 
alluxio.job.workflow - package alluxio.job.workflow
 
alluxio.job.workflow.composite - package alluxio.job.workflow.composite
 

B

BIGINT - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive big int type.
BINARY - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive binary type.
BOOLEAN - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive bool type.

C

CANCEL - Static variable in class alluxio.job.ServiceConstants
 
CANCELED - alluxio.job.wire.Status
 
CHAR - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive char type.
CompactConfig - Class in alluxio.job.plan.transform
Configuration for a job to compact files directly under a directory.
CompactConfig(PartitionInfo, String, PartitionInfo, String, Integer, Long) - Constructor for class alluxio.job.plan.transform.CompactConfig
 
compareTo(PlanInfo) - Method in class alluxio.job.plan.meta.PlanInfo
This method orders jobs using the time their status was last modified.
COMPLETED - alluxio.job.wire.Status
 
CompositeConfig - Class in alluxio.job.workflow.composite
A composite job is a list of jobs to be executed either sequentially or concurrently.
CompositeConfig(ArrayList<JobConfig>, Boolean) - Constructor for class alluxio.job.workflow.composite.CompositeConfig
 
CREATED - alluxio.job.wire.Status
 
CSV - alluxio.job.plan.transform.Format
 
CSV_SERDE_CLASS - Static variable in class alluxio.job.plan.transform.HiveConstants
CSV serde class.

D

DATE - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive date type.
DECIMAL - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive decimal type.
deserialize(byte[]) - Static method in class alluxio.job.util.SerializationUtils
Deserializes a byte array into an object.
deserialize(byte[], String) - Static method in class alluxio.job.util.SerializationUtils
Wrapper around #deserialize(Object) which throws a runtime exception with the given message on failure.
DOUBLE - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive double type.

E

equals(Object) - Method in class alluxio.job.plan.load.LoadConfig
 
equals(Object) - Method in class alluxio.job.plan.meta.PlanInfo
 
equals(Object) - Method in class alluxio.job.plan.migrate.MigrateConfig
 
equals(Object) - Method in class alluxio.job.plan.persist.PersistConfig
 
equals(Object) - Method in class alluxio.job.plan.replicate.EvictConfig
 
equals(Object) - Method in class alluxio.job.plan.replicate.MoveConfig
 
equals(Object) - Method in class alluxio.job.plan.replicate.ReplicateConfig
 
equals(Object) - Method in class alluxio.job.plan.transform.CompactConfig
 
equals(Object) - Method in class alluxio.job.plan.transform.FieldSchema
 
equals(Object) - Method in class alluxio.job.plan.transform.PartitionInfo
 
equals(Object) - Method in class alluxio.job.wire.JobServiceSummary
 
equals(Object) - Method in class alluxio.job.wire.JobWorkerHealth
 
equals(Object) - Method in class alluxio.job.wire.PlanInfo
 
equals(Object) - Method in class alluxio.job.wire.StatusSummary
 
equals(Object) - Method in class alluxio.job.wire.TaskInfo
 
equals(Object) - Method in class alluxio.job.wire.WorkflowInfo
 
equals(Object) - Method in class alluxio.job.workflow.composite.CompositeConfig
 
ErrorUtils - Class in alluxio.job
Utility for getting error information in job service.
EvictConfig - Class in alluxio.job.plan.replicate
Configuration of a job evicting a block.
EvictConfig(String, long, int) - Constructor for class alluxio.job.plan.replicate.EvictConfig
Creates a new instance of EvictConfig.

F

FAILED - alluxio.job.wire.Status
 
FAILURE_HISTORY - Static variable in class alluxio.job.ServiceConstants
 
FIELD_DELIM - Static variable in class alluxio.job.plan.transform.HiveConstants
Field delimiter for CSV.
FieldSchema - Class in alluxio.job.plan.transform
Metadata of a field in the schema.
FieldSchema(int, String, String, String) - Constructor for class alluxio.job.plan.transform.FieldSchema
 
FLOAT - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive float type.
Format - Enum in alluxio.job.plan.transform
Supported formats.
fromProto(JobInfo) - Static method in class alluxio.job.ProtoUtils
 

G

generateClientWorkerInfo() - Method in class alluxio.job.MasterWorkerInfo
 
get(long) - Method in class alluxio.job.util.TimeSeries
 
GET_STATUS - Static variable in class alluxio.job.ServiceConstants
 
getAffectedPaths() - Method in class alluxio.job.wire.PlanInfo
 
getBlockId() - Method in class alluxio.job.plan.replicate.EvictConfig
 
getBlockId() - Method in class alluxio.job.plan.replicate.MoveConfig
 
getBlockId() - Method in class alluxio.job.plan.replicate.ReplicateConfig
 
getChildren() - Method in interface alluxio.job.wire.JobInfo
 
getChildren() - Method in class alluxio.job.wire.PlanInfo
 
getChildren() - Method in class alluxio.job.wire.TaskInfo
 
getChildren() - Method in class alluxio.job.wire.WorkflowInfo
 
getComment() - Method in class alluxio.job.plan.transform.FieldSchema
 
getCount() - Method in class alluxio.job.wire.StatusSummary
Returns the count of the number of jobs associated with Status.
getDescription() - Method in interface alluxio.job.wire.JobInfo
 
getDescription() - Method in class alluxio.job.wire.PlanInfo
 
getDescription() - Method in class alluxio.job.wire.TaskInfo
 
getDescription() - Method in class alluxio.job.wire.WorkflowInfo
 
getDestination() - Method in class alluxio.job.plan.migrate.MigrateConfig
 
getErrorMessage() - Method in class alluxio.job.plan.meta.PlanInfo
 
getErrorMessage() - Method in interface alluxio.job.wire.JobInfo
 
getErrorMessage() - Method in class alluxio.job.wire.PlanInfo
 
getErrorMessage() - Method in class alluxio.job.wire.TaskInfo
 
getErrorMessage() - Method in class alluxio.job.wire.WorkflowInfo
 
getErrorType() - Method in class alluxio.job.plan.meta.PlanInfo
 
getErrorType() - Method in interface alluxio.job.wire.JobInfo
 
getErrorType() - Method in class alluxio.job.wire.PlanInfo
 
getErrorType() - Method in class alluxio.job.wire.TaskInfo
 
getErrorType() - Method in class alluxio.job.wire.WorkflowInfo
 
getErrorType(Throwable) - Static method in class alluxio.job.ErrorUtils
 
getFields() - Method in class alluxio.job.plan.transform.PartitionInfo
 
getFilePath() - Method in class alluxio.job.plan.load.LoadConfig
 
getFilePath() - Method in class alluxio.job.plan.persist.PersistConfig
 
getFormat(String) - Method in class alluxio.job.plan.transform.PartitionInfo
 
getHiveConstantType(String) - Static method in class alluxio.job.plan.transform.HiveConstants.Types
Filters out parts of type information to match the types constant for type checking.
getHostname() - Method in class alluxio.job.wire.JobWorkerHealth
 
getId() - Method in class alluxio.job.MasterWorkerInfo
 
getId() - Method in class alluxio.job.plan.meta.PlanInfo
 
getId() - Method in class alluxio.job.plan.transform.FieldSchema
 
getId() - Method in interface alluxio.job.wire.JobInfo
 
getId() - Method in class alluxio.job.wire.PlanInfo
 
getId() - Method in class alluxio.job.wire.TaskInfo
 
getId() - Method in class alluxio.job.wire.WorkflowInfo
 
getInput() - Method in class alluxio.job.plan.transform.CompactConfig
 
getInputFormatClass() - Method in class alluxio.job.plan.transform.PartitionInfo
 
getInputPartitionInfo() - Method in class alluxio.job.plan.transform.CompactConfig
 
getJobConfig() - Method in class alluxio.job.plan.meta.PlanInfo
 
getJobId() - Method in class alluxio.job.wire.TaskInfo
 
getJobs() - Method in class alluxio.job.workflow.composite.CompositeConfig
 
getLastStatusChangeMs() - Method in class alluxio.job.plan.meta.PlanInfo
 
getLastUpdated() - Method in interface alluxio.job.wire.JobInfo
 
getLastUpdated() - Method in class alluxio.job.wire.PlanInfo
 
getLastUpdated() - Method in class alluxio.job.wire.TaskInfo
 
getLastUpdated() - Method in class alluxio.job.wire.WorkflowInfo
 
getLastUpdatedTimeMs() - Method in class alluxio.job.MasterWorkerInfo
 
getLoadAverage() - Method in class alluxio.job.wire.JobWorkerHealth
Returns system load average for 1, 5, and 15 minutes.
getLongestRunning() - Method in class alluxio.job.wire.JobServiceSummary
 
getMaxNumFiles() - Method in class alluxio.job.plan.transform.CompactConfig
 
getMediumType() - Method in class alluxio.job.plan.replicate.MoveConfig
 
getMinFileSize() - Method in class alluxio.job.plan.transform.CompactConfig
 
getMountId() - Method in class alluxio.job.plan.persist.PersistConfig
 
getName() - Method in interface alluxio.job.JobConfig
 
getName() - Method in class alluxio.job.plan.load.LoadConfig
 
getName() - Method in class alluxio.job.plan.migrate.MigrateConfig
 
getName() - Method in class alluxio.job.plan.persist.PersistConfig
 
getName() - Method in class alluxio.job.plan.replicate.EvictConfig
 
getName() - Method in class alluxio.job.plan.replicate.MoveConfig
 
getName() - Method in class alluxio.job.plan.replicate.ReplicateConfig
 
getName() - Method in class alluxio.job.plan.transform.CompactConfig
 
getName() - Method in class alluxio.job.plan.transform.FieldSchema
 
getName() - Method in interface alluxio.job.wire.JobInfo
 
getName() - Method in class alluxio.job.wire.PlanInfo
 
getName() - Method in class alluxio.job.wire.TaskInfo
 
getName() - Method in class alluxio.job.wire.WorkflowInfo
 
getName() - Method in class alluxio.job.workflow.composite.CompositeConfig
 
getNewJobId() - Method in class alluxio.job.meta.JobIdGenerator
 
getNumActiveTasks() - Method in class alluxio.job.wire.JobWorkerHealth
 
getOutput() - Method in class alluxio.job.plan.transform.CompactConfig
 
getOutputPartitionInfo() - Method in class alluxio.job.plan.transform.CompactConfig
 
getParentId() - Method in interface alluxio.job.wire.JobInfo
 
getParentId() - Method in class alluxio.job.wire.PlanInfo
 
getParentId() - Method in class alluxio.job.wire.TaskInfo
 
getParentId() - Method in class alluxio.job.wire.WorkflowInfo
 
getPath() - Method in class alluxio.job.plan.replicate.ReplicateConfig
 
getRecentActivities() - Method in class alluxio.job.wire.JobServiceSummary
 
getRecentFailures() - Method in class alluxio.job.wire.JobServiceSummary
 
getReplicas() - Method in class alluxio.job.plan.replicate.EvictConfig
 
getReplicas() - Method in class alluxio.job.plan.replicate.ReplicateConfig
 
getReplication() - Method in class alluxio.job.plan.load.LoadConfig
 
getResult() - Method in class alluxio.job.plan.meta.PlanInfo
 
getResult() - Method in interface alluxio.job.wire.JobInfo
 
getResult() - Method in class alluxio.job.wire.PlanInfo
 
getResult() - Method in class alluxio.job.wire.TaskInfo
 
getResult() - Method in class alluxio.job.wire.WorkflowInfo
 
getSerdeClass() - Method in class alluxio.job.plan.transform.PartitionInfo
 
getSerdeProperties() - Method in class alluxio.job.plan.transform.PartitionInfo
 
getSeries() - Method in class alluxio.job.util.TimeSeries
 
getSource() - Method in class alluxio.job.plan.migrate.MigrateConfig
 
getStartTime() - Method in class alluxio.job.MasterWorkerInfo
 
getStatus() - Method in class alluxio.job.plan.meta.PlanInfo
 
getStatus() - Method in interface alluxio.job.wire.JobInfo
 
getStatus() - Method in class alluxio.job.wire.PlanInfo
 
getStatus() - Method in class alluxio.job.wire.StatusSummary
Returns the Status this object represents.
getStatus() - Method in class alluxio.job.wire.TaskInfo
 
getStatus() - Method in class alluxio.job.wire.WorkflowInfo
 
getSuffix() - Method in enum alluxio.job.plan.transform.Format
 
getSummary() - Method in class alluxio.job.util.TimeSeries
 
getSummaryPerStatus() - Method in class alluxio.job.wire.JobServiceSummary
Returns an unmodifiable collection of summary per job status.
getTableProperties() - Method in class alluxio.job.plan.transform.PartitionInfo
 
getTaskId() - Method in class alluxio.job.wire.TaskInfo
 
getTaskIdList() - Method in class alluxio.job.plan.meta.PlanInfo
 
getTaskInfo(long) - Method in class alluxio.job.plan.meta.PlanInfo
 
getTaskInfoList() - Method in class alluxio.job.plan.meta.PlanInfo
 
getTaskPoolSize() - Method in class alluxio.job.wire.JobWorkerHealth
 
getType() - Method in class alluxio.job.plan.transform.FieldSchema
 
getUfsPath() - Method in class alluxio.job.plan.persist.PersistConfig
 
getUnfinishedTasks() - Method in class alluxio.job.wire.JobWorkerHealth
 
getWidthNano() - Method in class alluxio.job.util.TimeSeries
 
getWorkerAddress() - Method in class alluxio.job.MasterWorkerInfo
 
getWorkerHost() - Method in class alluxio.job.plan.replicate.MoveConfig
 
getWorkerHost() - Method in class alluxio.job.wire.TaskInfo
 
getWorkerId() - Method in class alluxio.job.wire.JobWorkerHealth
 
getWriteType() - Method in class alluxio.job.plan.migrate.MigrateConfig
 
GZIP - alluxio.job.plan.transform.Format
 
GZIP_CSV - alluxio.job.plan.transform.Format
 

H

hashCode() - Method in class alluxio.job.plan.load.LoadConfig
 
hashCode() - Method in class alluxio.job.plan.meta.PlanInfo
 
hashCode() - Method in class alluxio.job.plan.migrate.MigrateConfig
 
hashCode() - Method in class alluxio.job.plan.persist.PersistConfig
 
hashCode() - Method in class alluxio.job.plan.replicate.EvictConfig
 
hashCode() - Method in class alluxio.job.plan.replicate.MoveConfig
 
hashCode() - Method in class alluxio.job.plan.replicate.ReplicateConfig
 
hashCode() - Method in class alluxio.job.plan.transform.CompactConfig
 
hashCode() - Method in class alluxio.job.plan.transform.FieldSchema
 
hashCode() - Method in class alluxio.job.plan.transform.PartitionInfo
 
hashCode() - Method in class alluxio.job.wire.JobServiceSummary
 
hashCode() - Method in class alluxio.job.wire.JobWorkerHealth
 
hashCode() - Method in class alluxio.job.wire.PlanInfo
 
hashCode() - Method in class alluxio.job.wire.StatusSummary
 
hashCode() - Method in class alluxio.job.wire.TaskInfo
 
hashCode() - Method in class alluxio.job.wire.WorkflowInfo
 
hashCode() - Method in class alluxio.job.workflow.composite.CompositeConfig
 
HiveConstants - Class in alluxio.job.plan.transform
Constants related to Hive.
HiveConstants.Types - Class in alluxio.job.plan.transform
Hive Types.

I

INT - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive int type.
isCsv(String) - Static method in enum alluxio.job.plan.transform.Format
 
isFinished() - Method in enum alluxio.job.wire.Status
 
isGzipped(String) - Static method in enum alluxio.job.plan.transform.Format
 
isOverwrite() - Method in class alluxio.job.plan.migrate.MigrateConfig
 
isOverwrite() - Method in class alluxio.job.plan.persist.PersistConfig
 
isParquet(String) - Static method in enum alluxio.job.plan.transform.Format
 
isSequential() - Method in class alluxio.job.workflow.composite.CompositeConfig
 

J

JobConfig - Interface in alluxio.job
A job configuration.
JobIdGenerator - Class in alluxio.job.meta
This class generates unique job ids.
JobIdGenerator() - Constructor for class alluxio.job.meta.JobIdGenerator
Creates a new instance.
JobInfo - Interface in alluxio.job.wire
The Job Info.
JobServiceSummary - Class in alluxio.job.wire
Job service summary.
JobServiceSummary(JobServiceSummary) - Constructor for class alluxio.job.wire.JobServiceSummary
Constructs a new instance of JobServiceSummary from a proto object.
JobServiceSummary(List<JobInfo>) - Constructor for class alluxio.job.wire.JobServiceSummary
Constructs a new instance of JobServiceSummary from a collection of JobInfo it possesses.
JobWorkerHealth - Class in alluxio.job.wire
The job worker health information.
JobWorkerHealth(long, List<Double>, int, int, int, String) - Constructor for class alluxio.job.wire.JobWorkerHealth
Default constructor.
JobWorkerHealth(JobWorkerHealth) - Constructor for class alluxio.job.wire.JobWorkerHealth
Constructor from the grpc representation.

L

LINES_TO_SKIP - Static variable in class alluxio.job.plan.transform.HiveConstants
Number of lines to skip when reading from CSV.
LIST - Static variable in class alluxio.job.ServiceConstants
 
LoadConfig - Class in alluxio.job.plan.load
The configuration of loading a file.
LoadConfig(String, Integer) - Constructor for class alluxio.job.plan.load.LoadConfig
 

M

makeValuesSerializable(Map<S, Collection<T>>) - Static method in class alluxio.job.util.SerializationUtils
 
MASTER_SERVICE_PREFIX - Static variable in class alluxio.job.ServiceConstants
 
MasterWorkerInfo - Class in alluxio.job
Metadata for an Alluxio worker.
MasterWorkerInfo(long, WorkerNetAddress) - Constructor for class alluxio.job.MasterWorkerInfo
Creates a new instance of MasterWorkerInfo.
MigrateConfig - Class in alluxio.job.plan.migrate
Configuration for the migrate job.
MigrateConfig(String, String, String, boolean) - Constructor for class alluxio.job.plan.migrate.MigrateConfig
 
mMean - Variable in class alluxio.job.util.TimeSeries.Summary
 
MoveConfig - Class in alluxio.job.plan.replicate
Configuration of a job evicting a block.
MoveConfig(String, long, String, String) - Constructor for class alluxio.job.plan.replicate.MoveConfig
Creates a new instance of MoveConfig.
mPeak - Variable in class alluxio.job.util.TimeSeries.Summary
 
mStddev - Variable in class alluxio.job.util.TimeSeries.Summary
 

N

NAME - Static variable in class alluxio.job.plan.load.LoadConfig
 
NAME - Static variable in class alluxio.job.plan.persist.PersistConfig
 
NAME - Static variable in class alluxio.job.plan.replicate.EvictConfig
 
NAME - Static variable in class alluxio.job.plan.replicate.MoveConfig
 
NAME - Static variable in class alluxio.job.plan.replicate.ReplicateConfig
 

O

of(String) - Static method in enum alluxio.job.plan.transform.Format
 
ORC - alluxio.job.plan.transform.Format
 
ORC_SERDE_CLASS - Static variable in class alluxio.job.plan.transform.HiveConstants
ORC serde class.

P

PARQUET - alluxio.job.plan.transform.Format
 
PARQUET_COMPRESSION - Static variable in class alluxio.job.plan.transform.PartitionInfo
Key in Serde Properties to denote parquet compression method.
PARQUET_INPUT_FORMAT_CLASS - Static variable in class alluxio.job.plan.transform.HiveConstants
Parquet input format.
PARQUET_OUTPUT_FORMAT_CLASS - Static variable in class alluxio.job.plan.transform.HiveConstants
Parquet output format.
PARQUET_SERDE_CLASS - Static variable in class alluxio.job.plan.transform.HiveConstants
Parquet serde class.
PartitionInfo - Class in alluxio.job.plan.transform
Metadata about a partition in Alluxio catalog service.
PartitionInfo(String, String, HashMap<String, String>, HashMap<String, String>, ArrayList<FieldSchema>) - Constructor for class alluxio.job.plan.transform.PartitionInfo
 
PersistConfig - Class in alluxio.job.plan.persist
The configuration of persisting a file.
PersistConfig(String, long, boolean, String) - Constructor for class alluxio.job.plan.persist.PersistConfig
Creates a new instance of PersistConfig.
PlanConfig - Interface in alluxio.job.plan
A plan configuration.
PlanInfo - Class in alluxio.job.plan.meta
The job information used by the job master internally.
PlanInfo - Class in alluxio.job.wire
The plan description.
PlanInfo(long, JobConfig, Consumer<PlanInfo>) - Constructor for class alluxio.job.plan.meta.PlanInfo
Creates a new instance of PlanInfo.
PlanInfo(long, String, Status, long, String) - Constructor for class alluxio.job.wire.PlanInfo
JobInfo constructor exposed for testing.
PlanInfo(JobInfo) - Constructor for class alluxio.job.wire.PlanInfo
Constructs a new instance of PlanInfo from a proto object.
PlanInfo(PlanInfo, boolean) - Constructor for class alluxio.job.wire.PlanInfo
Constructs the plan info from the job master's internal representation of job info.
print(PrintStream) - Method in class alluxio.job.util.TimeSeries
Print the time series densely, i.e.
ProtoUtils - Class in alluxio.job
Utility for converting proto job representation to java job representation.

R

RECENT_LENGTH - Static variable in class alluxio.job.wire.JobServiceSummary
 
record(long) - Method in class alluxio.job.util.TimeSeries
Record one event at a timestamp into the time series.
record(long, int) - Method in class alluxio.job.util.TimeSeries
Record events at a timestamp into the time series.
ReplicateConfig - Class in alluxio.job.plan.replicate
Configuration of a job replicating a block.
ReplicateConfig(String, long, int) - Constructor for class alluxio.job.plan.replicate.ReplicateConfig
Creates a new instance of ReplicateConfig.
RUN - Static variable in class alluxio.job.ServiceConstants
 
RUNNING - alluxio.job.wire.Status
 

S

SerializableVoid - Class in alluxio.job.util
Same as Void, but implementing Serializable.
SERIALIZATION_FORMAT - Static variable in class alluxio.job.plan.transform.HiveConstants
Serialization format.
SerializationUtils - Class in alluxio.job.util
Serialization related utility methods.
serialize(Object) - Static method in class alluxio.job.util.SerializationUtils
Serializes an object into a byte array.
serialize(Object, String) - Static method in class alluxio.job.util.SerializationUtils
Wrapper around SerializationUtils.serialize(Object) which throws a runtime exception with the given message on failure.
SERVICE_NAME - Static variable in class alluxio.job.ServiceConstants
 
SERVICE_VERSION - Static variable in class alluxio.job.ServiceConstants
 
ServiceConstants - Class in alluxio.job
Alluxio job service constants.
setDescription(String) - Method in class alluxio.job.wire.TaskInfo
 
setErrorMessage(String) - Method in class alluxio.job.plan.meta.PlanInfo
 
setErrorMessage(String) - Method in class alluxio.job.wire.TaskInfo
 
setErrorType(String) - Method in class alluxio.job.plan.meta.PlanInfo
 
setErrorType(String) - Method in class alluxio.job.wire.TaskInfo
 
setJobId(long) - Method in class alluxio.job.wire.TaskInfo
 
setResult(Serializable) - Method in class alluxio.job.wire.TaskInfo
 
setResult(String) - Method in class alluxio.job.plan.meta.PlanInfo
 
setStatus(Status) - Method in class alluxio.job.plan.meta.PlanInfo
Sets the status of a job.
setStatus(Status) - Method in class alluxio.job.wire.TaskInfo
 
setTaskId(long) - Method in class alluxio.job.wire.TaskInfo
 
setTaskInfo(long, TaskInfo) - Method in class alluxio.job.plan.meta.PlanInfo
Sets the information of a task.
setWorkerHost(String) - Method in class alluxio.job.wire.TaskInfo
 
SMALLINT - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive small int type.
sparsePrint(PrintStream) - Method in class alluxio.job.util.TimeSeries
Print the time series sparsely, i.e.
Status - Enum in alluxio.job.wire
The status of a task.
StatusSummary - Class in alluxio.job.wire
Status summary.
StatusSummary(StatusSummary) - Constructor for class alluxio.job.wire.StatusSummary
Constructs a new instance of StatusSummary from a proto object.
StatusSummary(Status, long) - Constructor for class alluxio.job.wire.StatusSummary
Constructs a new instance of StatusSummary from a Status and number of jobs with that status.
STRING - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive string type.
Summary() - Constructor for class alluxio.job.util.TimeSeries.Summary
Creates a TimeSeries.Summary instance.

T

TaskInfo - Class in alluxio.job.wire
The task description.
TaskInfo() - Constructor for class alluxio.job.wire.TaskInfo
Default constructor.
TaskInfo(long, long, Status, WorkerNetAddress, Object) - Constructor for class alluxio.job.wire.TaskInfo
Constructs a new TaskInfo from jobId, taskId, Status, workerAddress, and arguments.
TaskInfo(JobInfo) - Constructor for class alluxio.job.wire.TaskInfo
Constructs from the proto format.
TEXT_INPUT_FORMAT_CLASS - Static variable in class alluxio.job.plan.transform.HiveConstants
Text input format.
TimeSeries - Class in alluxio.job.util
Class to record a time series, e.g.
TimeSeries() - Constructor for class alluxio.job.util.TimeSeries
Creates a TimeSeries instance with default width set to 1 second.
TimeSeries(long) - Constructor for class alluxio.job.util.TimeSeries
Creates a TimeSeries instance with given width.
TimeSeries.Summary - Class in alluxio.job.util
Class contains the summary of the TimeSeries.
TIMESTAMP - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive timestamp type.
TINYINT - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive tiny int type.
toProto() - Method in interface alluxio.job.wire.JobInfo
 
toProto() - Method in class alluxio.job.wire.JobServiceSummary
 
toProto() - Method in class alluxio.job.wire.JobWorkerHealth
 
toProto() - Method in class alluxio.job.wire.PlanInfo
 
toProto() - Method in enum alluxio.job.wire.Status
 
toProto() - Method in class alluxio.job.wire.StatusSummary
 
toProto() - Method in class alluxio.job.wire.TaskInfo
 
toProto() - Method in class alluxio.job.wire.WorkflowInfo
 
toString() - Method in class alluxio.job.MasterWorkerInfo
 
toString() - Method in class alluxio.job.plan.load.LoadConfig
 
toString() - Method in class alluxio.job.plan.migrate.MigrateConfig
 
toString() - Method in class alluxio.job.plan.persist.PersistConfig
 
toString() - Method in class alluxio.job.plan.replicate.EvictConfig
 
toString() - Method in class alluxio.job.plan.replicate.MoveConfig
 
toString() - Method in class alluxio.job.plan.replicate.ReplicateConfig
 
toString() - Method in class alluxio.job.plan.transform.CompactConfig
 
toString() - Method in class alluxio.job.plan.transform.FieldSchema
 
toString() - Method in class alluxio.job.plan.transform.PartitionInfo
 
toString() - Method in class alluxio.job.util.TimeSeries
 
toString() - Method in class alluxio.job.wire.JobServiceSummary
 
toString() - Method in class alluxio.job.wire.JobWorkerHealth
 
toString() - Method in class alluxio.job.wire.PlanInfo
 
toString() - Method in class alluxio.job.wire.StatusSummary
 
toString() - Method in class alluxio.job.wire.TaskInfo
 
toString() - Method in class alluxio.job.wire.WorkflowInfo
 
toString() - Method in class alluxio.job.workflow.composite.CompositeConfig
 

U

updateLastUpdatedTimeMs() - Method in class alluxio.job.MasterWorkerInfo
Updates the last updated time of the worker in ms.

V

valueOf(String) - Static method in enum alluxio.job.plan.transform.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum alluxio.job.wire.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum alluxio.job.plan.transform.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum alluxio.job.wire.Status
Returns an array containing the constants of this enum type, in the order they are declared.
VARCHAR - Static variable in class alluxio.job.plan.transform.HiveConstants.Types
Hive varchar type.

W

WorkflowConfig - Interface in alluxio.job.workflow
A workflow configuration.
WorkflowInfo - Class in alluxio.job.wire
The workflow description.
WorkflowInfo(long, String, Status, long, String, String, List<JobInfo>) - Constructor for class alluxio.job.wire.WorkflowInfo
Default constructor.
WorkflowInfo(JobInfo) - Constructor for class alluxio.job.wire.WorkflowInfo
Constructor from the proto object.
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages