A B C D E F G H I L M N O P Q R S T V W

A

AbortOnTimeoutEventHandler - Class in co.cask.tigon.twill
A Twill EventHandler that abort the application if for some runnable it cannot provision container for too long.
AbortOnTimeoutEventHandler(long) - Constructor for class co.cask.tigon.twill.AbortOnTimeoutEventHandler
Constructs an instance of AbortOnTimeoutEventHandler that abort the application if some runnable has no containers, same as calling AbortOnTimeoutEventHandler.AbortOnTimeoutEventHandler(long, boolean) with second parameter as false.
AbortOnTimeoutEventHandler(long, boolean) - Constructor for class co.cask.tigon.twill.AbortOnTimeoutEventHandler
Constructs an instance of AbortOnTimeoutEventHandler that abort the application if some runnable has not enough containers.
ADDRESS - Static variable in class co.cask.tigon.conf.Constants.Transaction
 

B

BinaryDecoder - Class in co.cask.tigon.io
An Decoder for binary-format data.
BinaryDecoder(InputStream) - Constructor for class co.cask.tigon.io.BinaryDecoder
 
BinaryEncoder - Class in co.cask.tigon.io
An Encoder for binary-format data.
BinaryEncoder(OutputStream) - Constructor for class co.cask.tigon.io.BinaryEncoder
 
BufferedEncoder - Class in co.cask.tigon.io
A Encoder that performs all writes to in memory buffer.
BufferedEncoder(int, Function<OutputStream, Encoder>) - Constructor for class co.cask.tigon.io.BufferedEncoder
 

C

CFG_HDFS_LIB_DIR - Static variable in class co.cask.tigon.conf.Constants
 
CFG_HDFS_NAMESPACE - Static variable in class co.cask.tigon.conf.Constants
 
CFG_HDFS_USER - Static variable in class co.cask.tigon.conf.Constants
 
CFG_LOCAL_DATA_DIR - Static variable in class co.cask.tigon.conf.Constants
 
CFG_LOG_COLLECTION_PORT - Static variable in class co.cask.tigon.conf.Constants
 
CFG_LOG_COLLECTION_ROOT - Static variable in class co.cask.tigon.conf.Constants
Config for Log Collection.
CFG_LOG_COLLECTION_SERVER_ADDRESS - Static variable in class co.cask.tigon.conf.Constants
 
CFG_LOG_COLLECTION_THREADS - Static variable in class co.cask.tigon.conf.Constants
 
CFG_SESSION_TIMEOUT_MILLIS - Static variable in class co.cask.tigon.conf.Constants.Zookeeper
 
CFG_TWILL_NO_CONTAINER_TIMEOUT - Static variable in class co.cask.tigon.conf.Constants
 
CFG_TWILL_RESERVED_MEMORY_MB - Static variable in class co.cask.tigon.conf.Constants
 
CFG_TWILL_ZK_NAMESPACE - Static variable in class co.cask.tigon.conf.Constants
 
CFG_YARN_USER - Static variable in class co.cask.tigon.conf.Constants
 
co.cask.tigon.conf - package co.cask.tigon.conf
 
co.cask.tigon.io - package co.cask.tigon.io
 
co.cask.tigon.lang - package co.cask.tigon.lang
 
co.cask.tigon.metrics - package co.cask.tigon.metrics
 
co.cask.tigon.runtime - package co.cask.tigon.runtime
 
co.cask.tigon.twill - package co.cask.tigon.twill
 
co.cask.tigon.utils - package co.cask.tigon.utils
 
compareTo(ProjectInfo.Version) - Method in class co.cask.tigon.utils.ProjectInfo.Version
 
Constants - Class in co.cask.tigon.conf
Constants used by different systems are all defined here.
Constants() - Constructor for class co.cask.tigon.conf.Constants
 
Constants.Container - Class in co.cask.tigon.conf
Container Configuration.
Constants.Container() - Constructor for class co.cask.tigon.conf.Constants.Container
 
Constants.Dataset - Class in co.cask.tigon.conf
Datasets.
Constants.Dataset() - Constructor for class co.cask.tigon.conf.Constants.Dataset
 
Constants.Location - Class in co.cask.tigon.conf
HDFS Namespaces used in Distributed Mode.
Constants.Location() - Constructor for class co.cask.tigon.conf.Constants.Location
 
Constants.Service - Class in co.cask.tigon.conf
Global Service names.
Constants.Service() - Constructor for class co.cask.tigon.conf.Constants.Service
 
Constants.Transaction - Class in co.cask.tigon.conf
Transaction Configration.
Constants.Transaction() - Constructor for class co.cask.tigon.conf.Constants.Transaction
 
Constants.Zookeeper - Class in co.cask.tigon.conf
Zookeeper Configuration.
Constants.Zookeeper() - Constructor for class co.cask.tigon.conf.Constants.Zookeeper
 
create() - Method in interface co.cask.tigon.lang.Instantiator
 

D

Decoder - Interface in co.cask.tigon.io
Interface for decoding data.
DEFAULT_LOG_COLLECTION_PORT - Static variable in class co.cask.tigon.conf.Constants
 
DEFAULT_LOG_COLLECTION_ROOT - Static variable in class co.cask.tigon.conf.Constants
 
DEFAULT_LOG_COLLECTION_SERVER_ADDRESS - Static variable in class co.cask.tigon.conf.Constants
 
DEFAULT_LOG_COLLECTION_THREADS - Static variable in class co.cask.tigon.conf.Constants
 
DEFAULT_SESSION_TIMEOUT_MILLIS - Static variable in class co.cask.tigon.conf.Constants.Zookeeper
 
DELTA_WRITE - Static variable in class co.cask.tigon.conf.Constants
 

E

Encoder - Interface in co.cask.tigon.io
Interface for encoding data.
equals(Object) - Method in class co.cask.tigon.utils.ImmutablePair
Returns whether some other object "is equal" to this object.

F

FLOWJAR - Static variable in class co.cask.tigon.conf.Constants.Location
 

G

gauge(String, int, String...) - Method in interface co.cask.tigon.metrics.MetricsCollector
Log a metric value at the current time.
get(TypeToken<T>) - Method in class co.cask.tigon.lang.InstantiatorFactory
 
getBuildTime() - Method in class co.cask.tigon.utils.ProjectInfo.Version
 
getBuildVersion() - Method in class co.cask.tigon.utils.ProjectInfo.Version
 
getCollector(MetricsScope, String, String) - Method in interface co.cask.tigon.metrics.MetricsCollectionService
Returns the metric collector for the given context.
getCollector(MetricsScope, String, String) - Method in class co.cask.tigon.metrics.NoOpMetricsCollectionService
 
getConfigs() - Method in class co.cask.tigon.twill.AbortOnTimeoutEventHandler
 
getDistributedModules() - Method in class co.cask.tigon.runtime.RuntimeModule
Get a combined Module that includes all of the modules and classes required to instantiate and run a fully distributed instance of Tigon.
getFirst() - Method in class co.cask.tigon.utils.ImmutablePair
Returns first object from pair.
getFix() - Method in class co.cask.tigon.utils.ProjectInfo.Version
 
getInMemoryModules() - Method in class co.cask.tigon.runtime.RuntimeModule
Get a combined Module that includes all of the modules and classes required to instantiate and run an in memory instance of Tigon.
getMajor() - Method in class co.cask.tigon.utils.ProjectInfo.Version
 
getMinor() - Method in class co.cask.tigon.utils.ProjectInfo.Version
 
getRandomPort() - Static method in class co.cask.tigon.utils.Networks
Find a random free port in localhost for binding.
getSecond() - Method in class co.cask.tigon.utils.ImmutablePair
Return second object from pair.
getSingleNodeModules() - Method in class co.cask.tigon.runtime.RuntimeModule
Get a combined Module that includes all of the modules and classes required to instantiate and run a single node instance of Tigon.
getVersion() - Static method in class co.cask.tigon.utils.ProjectInfo
 

H

hashCode() - Method in class co.cask.tigon.utils.ImmutablePair
Returns a hash code value for this object.

I

ImmutablePair<A,B> - Class in co.cask.tigon.utils
An ImmutablePair consists of two elements within.
ImmutablePair(A, B) - Constructor for class co.cask.tigon.utils.ImmutablePair
Constructs a Immutable Pair.
initialize(EventHandlerContext) - Method in class co.cask.tigon.twill.AbortOnTimeoutEventHandler
 
Instantiator<T> - Interface in co.cask.tigon.lang
 
InstantiatorFactory - Class in co.cask.tigon.lang
InstantiatorFactory.
InstantiatorFactory(boolean) - Constructor for class co.cask.tigon.lang.InstantiatorFactory
 
isSnapshot() - Method in class co.cask.tigon.utils.ProjectInfo.Version
 

L

launchTimeout(Iterable<EventHandler.TimeoutEvent>) - Method in class co.cask.tigon.twill.AbortOnTimeoutEventHandler
 

M

MetricsCollectionService - Interface in co.cask.tigon.metrics
Service for collects and publishes metrics.
MetricsCollector - Interface in co.cask.tigon.metrics
A MetricCollector allows client publish counter metrics.
MetricsScope - Enum in co.cask.tigon.metrics
Define scopes of metrics.

N

Networks - Class in co.cask.tigon.utils
Utility class to provide methods for common network related operations.
Networks() - Constructor for class co.cask.tigon.utils.Networks
 
NoOpMetricsCollectionService - Class in co.cask.tigon.metrics
No-op, to be used in unit-tests
NoOpMetricsCollectionService() - Constructor for class co.cask.tigon.metrics.NoOpMetricsCollectionService
 

O

of(A, B) - Static method in class co.cask.tigon.utils.ImmutablePair
 

P

PROGRAM_JVM_OPTS - Static variable in class co.cask.tigon.conf.Constants.Container
JVM Options.
ProjectInfo - Class in co.cask.tigon.utils
Accessor class for providing project information.
ProjectInfo.Version - Class in co.cask.tigon.utils
This class encapsulates information about project version.
ProjectInfo.Version(int, int, int, boolean, long) - Constructor for class co.cask.tigon.utils.ProjectInfo.Version
 
ProjectInfo.Version(String) - Constructor for class co.cask.tigon.utils.ProjectInfo.Version
Construct a Version instance by parsing the version string, in the format returned by ProjectInfo.Version.toString().

Q

QUORUM - Static variable in class co.cask.tigon.conf.Constants.Zookeeper
 

R

readBool() - Method in class co.cask.tigon.io.BinaryDecoder
 
readBool() - Method in interface co.cask.tigon.io.Decoder
 
readBytes() - Method in class co.cask.tigon.io.BinaryDecoder
 
readBytes() - Method in interface co.cask.tigon.io.Decoder
 
readDouble() - Method in class co.cask.tigon.io.BinaryDecoder
 
readDouble() - Method in interface co.cask.tigon.io.Decoder
 
readFloat() - Method in class co.cask.tigon.io.BinaryDecoder
 
readFloat() - Method in interface co.cask.tigon.io.Decoder
 
readInt() - Method in class co.cask.tigon.io.BinaryDecoder
 
readInt() - Method in interface co.cask.tigon.io.Decoder
 
readLong() - Method in class co.cask.tigon.io.BinaryDecoder
 
readLong() - Method in interface co.cask.tigon.io.Decoder
 
readNull() - Method in class co.cask.tigon.io.BinaryDecoder
 
readNull() - Method in interface co.cask.tigon.io.Decoder
Returns a null value.
readString() - Method in class co.cask.tigon.io.BinaryDecoder
 
readString() - Method in interface co.cask.tigon.io.Decoder
 
reset() - Method in class co.cask.tigon.io.BufferedEncoder
 
ROOT_NAMESPACE - Static variable in class co.cask.tigon.conf.Constants.Location
 
RuntimeModule - Class in co.cask.tigon.runtime
Runtime Module defines all of the methods that all of our Guice modules must implement.
RuntimeModule() - Constructor for class co.cask.tigon.runtime.RuntimeModule
 

S

shutDown() - Method in class co.cask.tigon.metrics.NoOpMetricsCollectionService
 
size() - Method in class co.cask.tigon.io.BufferedEncoder
 
skipBytes() - Method in class co.cask.tigon.io.BinaryDecoder
 
skipBytes() - Method in interface co.cask.tigon.io.Decoder
Skips a byte array.
skipDouble() - Method in class co.cask.tigon.io.BinaryDecoder
 
skipDouble() - Method in interface co.cask.tigon.io.Decoder
Skips a double.
skipFloat() - Method in class co.cask.tigon.io.BinaryDecoder
 
skipFloat() - Method in interface co.cask.tigon.io.Decoder
Skips a float.
skipString() - Method in class co.cask.tigon.io.BinaryDecoder
 
skipString() - Method in interface co.cask.tigon.io.Decoder
Skips the a string.
startUp() - Method in class co.cask.tigon.metrics.NoOpMetricsCollectionService
 

T

TABLE_PREFIX - Static variable in class co.cask.tigon.conf.Constants.Dataset
 
toString() - Method in class co.cask.tigon.utils.ImmutablePair
Returns a string representation of ImmutablePair object.
toString() - Method in class co.cask.tigon.utils.ProjectInfo.Version
 
TRANSACTION - Static variable in class co.cask.tigon.conf.Constants.Service
 

V

valueOf(String) - Static method in enum co.cask.tigon.metrics.MetricsScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum co.cask.tigon.metrics.MetricsScope
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeBool(boolean) - Method in class co.cask.tigon.io.BinaryEncoder
 
writeBool(boolean) - Method in class co.cask.tigon.io.BufferedEncoder
 
writeBool(boolean) - Method in interface co.cask.tigon.io.Encoder
 
writeBytes(byte[]) - Method in class co.cask.tigon.io.BinaryEncoder
 
writeBytes(byte[], int, int) - Method in class co.cask.tigon.io.BinaryEncoder
 
writeBytes(ByteBuffer) - Method in class co.cask.tigon.io.BinaryEncoder
 
writeBytes(byte[]) - Method in class co.cask.tigon.io.BufferedEncoder
 
writeBytes(byte[], int, int) - Method in class co.cask.tigon.io.BufferedEncoder
 
writeBytes(ByteBuffer) - Method in class co.cask.tigon.io.BufferedEncoder
 
writeBytes(byte[]) - Method in interface co.cask.tigon.io.Encoder
 
writeBytes(byte[], int, int) - Method in interface co.cask.tigon.io.Encoder
 
writeBytes(ByteBuffer) - Method in interface co.cask.tigon.io.Encoder
Writes out the remaining bytes in ByteBuffer.
writeDouble(double) - Method in class co.cask.tigon.io.BinaryEncoder
 
writeDouble(double) - Method in class co.cask.tigon.io.BufferedEncoder
 
writeDouble(double) - Method in interface co.cask.tigon.io.Encoder
 
writeFloat(float) - Method in class co.cask.tigon.io.BinaryEncoder
 
writeFloat(float) - Method in class co.cask.tigon.io.BufferedEncoder
 
writeFloat(float) - Method in interface co.cask.tigon.io.Encoder
 
writeInt(int) - Method in class co.cask.tigon.io.BinaryEncoder
 
writeInt(int) - Method in class co.cask.tigon.io.BufferedEncoder
 
writeInt(int) - Method in interface co.cask.tigon.io.Encoder
 
writeLong(long) - Method in class co.cask.tigon.io.BinaryEncoder
 
writeLong(long) - Method in class co.cask.tigon.io.BufferedEncoder
 
writeLong(long) - Method in interface co.cask.tigon.io.Encoder
 
writeNull() - Method in class co.cask.tigon.io.BinaryEncoder
 
writeNull() - Method in class co.cask.tigon.io.BufferedEncoder
 
writeNull() - Method in interface co.cask.tigon.io.Encoder
 
writeRaw(byte[]) - Method in class co.cask.tigon.io.BufferedEncoder
Writes raw bytes to the buffer without encoding.
writeRaw(byte[], int, int) - Method in class co.cask.tigon.io.BufferedEncoder
Writes raw bytes to the buffer without encoding.
writeString(String) - Method in class co.cask.tigon.io.BinaryEncoder
 
writeString(String) - Method in class co.cask.tigon.io.BufferedEncoder
 
writeString(String) - Method in interface co.cask.tigon.io.Encoder
 
writeTo(OutputStream) - Method in class co.cask.tigon.io.BufferedEncoder
Writes all the buffered bytes into the given OutputStream.

A B C D E F G H I L M N O P Q R S T V W

Copyright © 2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0.