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

A

AbstractScanner - Class in org.apache.tajo.storage
It's a dummy class to avoid subclass to implement all methods.
AbstractScanner() - Constructor for class org.apache.tajo.storage.AbstractScanner
 
addAllCompSpecs(Iterable<? extends CatalogProtos.TupleComparatorSpecProto>) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
addAllSortSpecs(Iterable<? extends CatalogProtos.SortSpecProto>) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
addCompSpecs(CatalogProtos.TupleComparatorSpecProto) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
addCompSpecs(int, CatalogProtos.TupleComparatorSpecProto) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
addCompSpecs(CatalogProtos.TupleComparatorSpecProto.Builder) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
addCompSpecs(int, CatalogProtos.TupleComparatorSpecProto.Builder) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
addCompSpecsBuilder() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
addCompSpecsBuilder(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
addMountPath(DiskMountInfo) - Method in class org.apache.tajo.storage.DiskDeviceInfo
 
addSortSpecs(CatalogProtos.SortSpecProto) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
addSortSpecs(int, CatalogProtos.SortSpecProto) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
addSortSpecs(CatalogProtos.SortSpecProto.Builder) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
addSortSpecs(int, CatalogProtos.SortSpecProto.Builder) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
addSortSpecsBuilder() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
addSortSpecsBuilder(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
AddTableSpace(String, URI, boolean, JSONObject, boolean) - Static method in class org.apache.tajo.storage.TablespaceManager
 
addTableSpaceForTest(Tablespace) - Static method in class org.apache.tajo.storage.TablespaceManager
 
addTuple(Tuple) - Method in interface org.apache.tajo.storage.Appender
Write the given tuple.
AlreadyExistsStorageException - Exception in org.apache.tajo.storage.exception
 
AlreadyExistsStorageException(String) - Constructor for exception org.apache.tajo.storage.exception.AlreadyExistsStorageException
 
AlreadyExistsStorageException(Path) - Constructor for exception org.apache.tajo.storage.exception.AlreadyExistsStorageException
 
analyzeField(int, Tuple) - Method in class org.apache.tajo.storage.TableStatistics
 
Appender - Interface in org.apache.tajo.storage
Interface for appender.
APPENDER_HANDLER_CACHE - Static variable in class org.apache.tajo.storage.OldStorageManager
Cache of appender handlers for each storage type.
asDatum(int) - Method in class org.apache.tajo.storage.FrameTuple
 
asDatum(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 

B

BaseTupleComparator - Class in org.apache.tajo.storage
The Comparator class for Tuples
BaseTupleComparator(Schema, SortSpec[]) - Constructor for class org.apache.tajo.storage.BaseTupleComparator
 
BaseTupleComparator(IndexProtos.TupleComparatorProto) - Constructor for class org.apache.tajo.storage.BaseTupleComparator
 
BinarySerializerDeserializer - Class in org.apache.tajo.storage
Deprecated.
BinarySerializerDeserializer() - Constructor for class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
BIT_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an BitDatum
BLOB_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an BlobDatum
BOOL_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an BoolDatum
build() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
buildPartial() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
ByteBufInputChannel - Class in org.apache.tajo.storage
ByteBufInputChannel is a NIO channel wrapper from input stream
ByteBufInputChannel(InputStream) - Constructor for class org.apache.tajo.storage.ByteBufInputChannel
 

C

CACHED_FRAGMENT_CLASSES - Static variable in class org.apache.tajo.storage.fragment.FragmentConvertor
Cache of fragment classes
calculateMemorySize(Tuple) - Static method in class org.apache.tajo.storage.MemoryUtil
 
CHAR_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an CharDatum
clear() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
clear() - Method in class org.apache.tajo.storage.FrameTuple
 
clear() - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
clearCache() - Static method in class org.apache.tajo.storage.OldStorageManager
Clear all class cache
clearCompSpecs() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
clearOffset() - Method in class org.apache.tajo.storage.FrameTuple
 
clearOffset() - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
clearSchema() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
required .SchemaProto schema = 1;
clearSortSpecs() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
clone() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
clone() - Method in class org.apache.tajo.storage.FrameTuple
 
clone() - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
clone() - Method in class org.apache.tajo.storage.TupleRange
 
close() - Method in class org.apache.tajo.storage.AbstractScanner
 
close() - Method in interface org.apache.tajo.storage.Appender
Close the appender.
close() - Method in class org.apache.tajo.storage.MergeScanner
 
close() - Method in class org.apache.tajo.storage.NullScanner
 
close() - Method in interface org.apache.tajo.storage.Scanner
Close scanner
close() - Method in class org.apache.tajo.storage.Tablespace
Release storage manager resource
closeBuffer(ByteBuffer) - Static method in class org.apache.tajo.storage.StorageUtil
 
CodecPool - Class in org.apache.tajo.storage.compress
A global compressor/decompressor pool used to save and reuse (possibly native) compression/decompression codecs.
columnNum - Variable in class org.apache.tajo.storage.NullScanner
 
commitTable(OverridableConf, ExecutionBlockId, LogicalPlan, Schema, TableDesc) - Method in class org.apache.tajo.storage.Tablespace
Finalizes result data.
compare(Tuple, Tuple) - Method in class org.apache.tajo.storage.BaseTupleComparator
 
compare(Path, Path) - Method in class org.apache.tajo.storage.NumericPathComparator
 
compare(Tuple, Tuple) - Method in class org.apache.tajo.storage.TupleComparator
 
compareTo(DiskMountInfo) - Method in class org.apache.tajo.storage.DiskMountInfo
 
compareTo(TupleRange) - Method in class org.apache.tajo.storage.TupleRange
 
COMPSPECS_FIELD_NUMBER - Static variable in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
concatPath(String, String...) - Static method in class org.apache.tajo.storage.StorageUtil
 
concatPath(Path, String...) - Static method in class org.apache.tajo.storage.StorageUtil
 
conf - Variable in class org.apache.tajo.storage.NullScanner
 
conf - Variable in class org.apache.tajo.storage.Tablespace
 
config - Variable in class org.apache.tajo.storage.Tablespace
 
CONSTRUCTOR_CACHE - Static variable in class org.apache.tajo.storage.OldStorageManager
Cache of constructors for each class.
CONSTRUCTORS - Static variable in class org.apache.tajo.storage.TablespaceManager
 
contains(int) - Method in class org.apache.tajo.storage.FrameTuple
 
contains(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
convert(Class<T>, CatalogProtos.FragmentProto) - Static method in class org.apache.tajo.storage.fragment.FragmentConvertor
 
convert(Configuration, CatalogProtos.FragmentProto) - Static method in class org.apache.tajo.storage.fragment.FragmentConvertor
 
convert(Class<T>, CatalogProtos.FragmentProto...) - Static method in class org.apache.tajo.storage.fragment.FragmentConvertor
 
convert(Configuration, CatalogProtos.FragmentProto...) - Static method in class org.apache.tajo.storage.fragment.FragmentConvertor
 
createDecoder(Schema) - Static method in class org.apache.tajo.storage.RowStoreUtil
 
createEncoder(Schema) - Static method in class org.apache.tajo.storage.RowStoreUtil
 
createTable(TableDesc, boolean) - Method in class org.apache.tajo.storage.Tablespace
This method is called after executing "CREATE TABLE" statement.

D

DataLocation - Class in org.apache.tajo.storage
 
DataLocation(String, int) - Constructor for class org.apache.tajo.storage.DataLocation
 
DATE_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an DateDatum
DEFAULT_CONFIG_FILE - Static variable in class org.apache.tajo.storage.TablespaceManager
 
DEFAULT_TABLESPACE_NAME - Static variable in class org.apache.tajo.storage.TablespaceManager
default tablespace name
defaultFormat() - Method in class org.apache.tajo.storage.StorageProperty
Return default data format
deserialize(int, byte[], int, int, byte[]) - Method in class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
deserialize(int, byte[], int, int, byte[]) - Method in interface org.apache.tajo.storage.SerializerDeserializer
Deprecated.
 
deserialize(int, byte[], int, int, byte[]) - Method in class org.apache.tajo.storage.TextSerializerDeserializer
Deprecated.
 
directInsertSupported() - Method in class org.apache.tajo.storage.FormatProperty
Return if this format supports direct insertion (e.g., HBASE or JDBC-based storages)
DiskDeviceInfo - Class in org.apache.tajo.storage
 
DiskDeviceInfo(int) - Constructor for class org.apache.tajo.storage.DiskDeviceInfo
 
DiskInfo - Class in org.apache.tajo.storage
 
DiskInfo(int, String) - Constructor for class org.apache.tajo.storage.DiskInfo
 
DiskMountInfo - Class in org.apache.tajo.storage
 
DiskMountInfo(int, String) - Constructor for class org.apache.tajo.storage.DiskMountInfo
 
DiskUtil - Class in org.apache.tajo.storage
 
DiskUtil() - Constructor for class org.apache.tajo.storage.DiskUtil
 
DiskUtil.OSType - Enum in org.apache.tajo.storage
 

E

enableStats() - Method in interface org.apache.tajo.storage.Appender
Enable statistics collection for the output table.
enableStats(List<Column>) - Method in interface org.apache.tajo.storage.Appender
Enable statistics collection for the output table as well as its columns.
equals(Object) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
equals(Object) - Method in class org.apache.tajo.storage.BaseTupleComparator
 
equals(Object) - Method in class org.apache.tajo.storage.DiskMountInfo
 
equals(Object) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
equals(Object) - Method in class org.apache.tajo.storage.Tablespace
 
equals(Object) - Method in class org.apache.tajo.storage.TupleRange
 

F

falseBytes - Static variable in class org.apache.tajo.storage.TextSerializerDeserializer
Deprecated.
 
FLOAT4_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an Float4Datum
FLOAT8_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an Float8Datum
flush() - Method in interface org.apache.tajo.storage.Appender
Flush buffered tuples if they exist.
FormatProperty - Class in org.apache.tajo.storage
Format properties
FormatProperty(boolean, boolean, boolean) - Constructor for class org.apache.tajo.storage.FormatProperty
 
ForSplitableStore - Annotation Type in org.apache.tajo.storage.annotation
 
Fragment - Interface in org.apache.tajo.storage.fragment
 
fragment - Variable in class org.apache.tajo.storage.NullScanner
 
FragmentConvertor - Class in org.apache.tajo.storage.fragment
 
FragmentConvertor() - Constructor for class org.apache.tajo.storage.fragment.FragmentConvertor
 
FrameTuple - Class in org.apache.tajo.storage
An instance of FrameTuple is an immutable tuple.
FrameTuple() - Constructor for class org.apache.tajo.storage.FrameTuple
 
FrameTuple(Tuple, Tuple) - Constructor for class org.apache.tajo.storage.FrameTuple
 
FSDataInputChannel - Class in org.apache.tajo.storage
FSDataInputChannel is a NIO channel implementation of direct read ability to read from HDFS
FSDataInputChannel(FSDataInputStream) - Constructor for class org.apache.tajo.storage.FSDataInputChannel
 

G

get(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
get(String) - Static method in class org.apache.tajo.storage.TablespaceManager
Get tablespace for the given URI.
get(URI) - Static method in class org.apache.tajo.storage.TablespaceManager
Get tablespace for the given URI.
getAllTablespaces() - Static method in class org.apache.tajo.storage.TablespaceManager
 
getAnyByScheme(String) - Static method in class org.apache.tajo.storage.TablespaceManager
 
getAppender(OverridableConf, TaskAttemptId, TableMeta, Schema, Path) - Method in class org.apache.tajo.storage.Tablespace
Returns Appender instance.
getAppenderForInsertRow(OverridableConf, TaskAttemptId, TableMeta, Schema, Path) - Method in class org.apache.tajo.storage.Tablespace
 
getBool(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getBool(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getByName(String) - Static method in class org.apache.tajo.storage.TablespaceManager
 
getByte(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getByte(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getBytes(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getBytes(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getCapacity() - Method in class org.apache.tajo.storage.DiskInfo
 
getCapacity() - Method in class org.apache.tajo.storage.DiskMountInfo
 
getChar(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getChar(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getColByteSize(Column) - Static method in class org.apache.tajo.storage.StorageUtil
 
getCompressor(CompressionCodec, Configuration) - Static method in class org.apache.tajo.storage.compress.CodecPool
Get a Compressor for the given CompressionCodec from the pool or a new one.
getCompressor(CompressionCodec) - Static method in class org.apache.tajo.storage.compress.CodecPool
 
getCompSpecs(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecs(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecs(int) - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsBuilder(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsBuilderList() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsCount() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsCount() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsCount() - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsList() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsList() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsList() - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsOrBuilder(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsOrBuilder(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsOrBuilder(int) - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsOrBuilderList() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsOrBuilderList() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
repeated .TupleComparatorSpecProto compSpecs = 3;
getCompSpecsOrBuilderList() - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
repeated .TupleComparatorSpecProto compSpecs = 3;
getConfig() - Method in class org.apache.tajo.storage.Tablespace
 
getDataNodeStorageDirs() - Static method in class org.apache.tajo.storage.DiskUtil
 
getDataNodeStorageSize() - Static method in class org.apache.tajo.storage.DiskUtil
 
getDecompressor(CompressionCodec) - Static method in class org.apache.tajo.storage.compress.CodecPool
Get a Decompressor for the given CompressionCodec from the pool or a new one.
getDefault() - Static method in class org.apache.tajo.storage.TablespaceManager
It returns the default tablespace.
getDefaultDiskDeviceInfos() - Static method in class org.apache.tajo.storage.DiskUtil
 
getDefaultInstance() - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
getDefaultInstanceForType() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
getDependencies() - Method in class org.apache.tajo.storage.Tablespace
 
getDescriptor() - Static method in class org.apache.tajo.index.IndexProtos
 
getDescriptor() - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
getDescriptor() - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
getDescriptorForType() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
getDeviceId() - Method in class org.apache.tajo.storage.DiskMountInfo
 
getDiskDeviceInfos() - Static method in class org.apache.tajo.storage.DiskUtil
 
getEnd() - Method in class org.apache.tajo.storage.TupleRange
 
getEstimatedOutputSize() - Method in interface org.apache.tajo.storage.Appender
The total size of written output.
getFloat4(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getFloat4(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getFloat8(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getFloat8(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getFormatProperty(TableMeta) - Method in class org.apache.tajo.storage.Tablespace
 
getFragmentClass(Configuration, String) - Static method in class org.apache.tajo.storage.fragment.FragmentConvertor
 
getHost() - Method in class org.apache.tajo.storage.DataLocation
 
getHosts() - Method in interface org.apache.tajo.storage.fragment.Fragment
 
getId() - Method in class org.apache.tajo.storage.DiskDeviceInfo
 
getId() - Method in class org.apache.tajo.storage.DiskInfo
 
getInputStats() - Method in class org.apache.tajo.storage.AbstractScanner
 
getInputStats() - Method in class org.apache.tajo.storage.MergeScanner
 
getInputStats() - Method in class org.apache.tajo.storage.NullScanner
 
getInputStats() - Method in interface org.apache.tajo.storage.Scanner
 
getInsertSortRanges(OverridableConf, TableDesc, Schema, SortSpec[], TupleRange) - Method in class org.apache.tajo.storage.Tablespace
It is called by a Repartitioner for range shuffling when the SortRangeType of SortNode is USING_STORAGE_MANAGER.
getInstance() - Static method in class org.apache.tajo.storage.TablespaceManager
 
getInt2(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getInt2(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getInt4(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getInt4(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getInt8(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getInt8(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getInterval(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getInterval(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getKey() - Method in interface org.apache.tajo.storage.fragment.Fragment
 
getLength() - Method in interface org.apache.tajo.storage.fragment.Fragment
 
getLocalFs() - Static method in class org.apache.tajo.storage.TablespaceManager
 
getMaxFileSequence(FileSystem, Path, boolean) - Static method in class org.apache.tajo.storage.StorageUtil
Written files can be one of two forms: "part-[0-9]*-[0-9]*" or "part-[0-9]*-[0-9]*-[0-9]*".
getMetadataProvider() - Method in class org.apache.tajo.storage.Tablespace
 
getMetadataProviders() - Static method in class org.apache.tajo.storage.TablespaceManager
 
getMountInfos() - Method in class org.apache.tajo.storage.DiskDeviceInfo
 
getMountPath() - Method in class org.apache.tajo.storage.DiskInfo
 
getMountPath() - Method in class org.apache.tajo.storage.DiskMountInfo
 
getName() - Method in class org.apache.tajo.storage.DiskDeviceInfo
 
getName() - Method in class org.apache.tajo.storage.Tablespace
 
getNextOffset() - Method in interface org.apache.tajo.storage.SeekableScanner
 
getNumBytes() - Method in class org.apache.tajo.storage.TableStatistics
 
getNumRows() - Method in class org.apache.tajo.storage.TableStatistics
 
getOffset() - Method in class org.apache.tajo.storage.FrameTuple
 
getOffset() - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getParserForType() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
getPartitionName() - Method in class org.apache.tajo.storage.DiskInfo
 
getProgress() - Method in class org.apache.tajo.storage.AbstractScanner
 
getProgress() - Method in class org.apache.tajo.storage.MergeScanner
 
getProgress() - Method in class org.apache.tajo.storage.NullScanner
 
getProgress() - Method in interface org.apache.tajo.storage.Scanner
How much of the input has the Scanner consumed
getProperty() - Method in class org.apache.tajo.storage.Tablespace
It returns the storage property.
getProto() - Method in class org.apache.tajo.storage.BaseTupleComparator
 
getProto() - Method in interface org.apache.tajo.storage.fragment.Fragment
 
getProtobufDatum(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getProtobufDatum(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getRootUri() - Method in class org.apache.tajo.storage.Tablespace
if StorageProperty.isArbitraryPathAllowed() is true, the storage allows arbitrary path accesses.
getScanner(TableMeta, Schema, Fragment, Schema) - Method in class org.apache.tajo.storage.Tablespace
Returns Scanner instance.
getScannerClass(String) - Method in class org.apache.tajo.storage.Tablespace
Return the Scanner class for the DataFormat that is defined in storage-default.xml.
getSchema() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
required .SchemaProto schema = 1;
getSchema() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
required .SchemaProto schema = 1;
getSchema() - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
required .SchemaProto schema = 1;
getSchema() - Method in class org.apache.tajo.storage.AbstractScanner
 
getSchema() - Method in class org.apache.tajo.storage.BaseTupleComparator
 
getSchema() - Method in class org.apache.tajo.storage.MergeScanner
 
getSchema() - Method in class org.apache.tajo.storage.NullScanner
 
getSchema() - Method in class org.apache.tajo.storage.RowStoreUtil.RowStoreDecoder
 
getSchema() - Method in class org.apache.tajo.storage.RowStoreUtil.RowStoreEncoder
 
getSchema() - Method in class org.apache.tajo.storage.TableStatistics
 
getSchemaBuilder() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
required .SchemaProto schema = 1;
getSchemaOrBuilder() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
required .SchemaProto schema = 1;
getSchemaOrBuilder() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
required .SchemaProto schema = 1;
getSchemaOrBuilder() - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
required .SchemaProto schema = 1;
getSeekableScanner(TableMeta, Schema, CatalogProtos.FragmentProto, Schema) - Method in class org.apache.tajo.storage.Tablespace
Returns Scanner instance.
getSerializedSize() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
getSortKeyIds() - Method in class org.apache.tajo.storage.BaseTupleComparator
 
getSortSpecs(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecs(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
repeated .SortSpecProto sortSpecs = 2;
getSortSpecs(int) - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecs() - Method in class org.apache.tajo.storage.BaseTupleComparator
 
getSortSpecsBuilder(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsBuilderList() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsCount() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsCount() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsCount() - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsList() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsList() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsList() - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsOrBuilder(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsOrBuilder(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsOrBuilder(int) - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsOrBuilderList() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsOrBuilderList() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
repeated .SortSpecProto sortSpecs = 2;
getSortSpecsOrBuilderList() - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
repeated .SortSpecProto sortSpecs = 2;
getSplits(String, TableDesc, EvalNode) - Method in class org.apache.tajo.storage.Tablespace
Returns the splits that will serve as input for the scan tasks.
getStagingUri(OverridableConf, String, TableMeta) - Method in class org.apache.tajo.storage.Tablespace
 
getStart() - Method in class org.apache.tajo.storage.TupleRange
 
getStats() - Method in interface org.apache.tajo.storage.Appender
Return collected statistics.
getStorageManager(TajoConf, String) - Static method in class org.apache.tajo.storage.OldStorageManager
Returns the proper Tablespace instance according to the dataFormat.
getStorageManager(TajoConf, URI, String) - Static method in class org.apache.tajo.storage.OldStorageManager
Returns the proper Tablespace instance according to the dataFormat
getSupportSchemes() - Method in class org.apache.tajo.storage.TablespaceManager
 
getTableName() - Method in interface org.apache.tajo.storage.fragment.Fragment
 
getTableStat() - Method in class org.apache.tajo.storage.TableStatistics
 
getTableUri(String, String) - Method in class org.apache.tajo.storage.Tablespace
Get Table URI
getTableURI(String, String, String) - Method in class org.apache.tajo.storage.TablespaceManager
 
getTableVolume(TableDesc, Optional<EvalNode>) - Method in class org.apache.tajo.storage.Tablespace
 
getTableVolumn(TableDesc, Optional<EvalNode>) - Method in class org.apache.tajo.storage.TablespaceManager
 
getTargetIds(Schema, Schema) - Static method in class org.apache.tajo.storage.RowStoreUtil
 
getText(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getText(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getTextBytes(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getTextBytes(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getTimeDate(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getTimeDate(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getUnicodeChars(int) - Method in class org.apache.tajo.storage.FrameTuple
 
getUnicodeChars(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getUnknownFields() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
getUri() - Method in class org.apache.tajo.storage.Tablespace
 
getUsed() - Method in class org.apache.tajo.storage.DiskInfo
 
getUsed() - Method in class org.apache.tajo.storage.DiskMountInfo
 
getValues() - Method in class org.apache.tajo.storage.FrameTuple
 
getValues() - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
getVolumeId() - Method in class org.apache.tajo.storage.DataLocation
 
guessFragmentVolume(TajoConf, Fragment) - Static method in class org.apache.tajo.storage.TablespaceManager
Return length of the fragment.

H

hashCode() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
hashCode() - Method in class org.apache.tajo.storage.BaseTupleComparator
 
hashCode() - Method in class org.apache.tajo.storage.DiskMountInfo
 
hashCode() - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
hashCode() - Method in class org.apache.tajo.storage.TupleRange
 
hasSchema() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
required .SchemaProto schema = 1;
hasSchema() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
required .SchemaProto schema = 1;
hasSchema() - Method in interface org.apache.tajo.index.IndexProtos.TupleComparatorProtoOrBuilder
required .SchemaProto schema = 1;

I

implCloseChannel() - Method in class org.apache.tajo.storage.ByteBufInputChannel
 
implCloseChannel() - Method in class org.apache.tajo.storage.FSDataInputChannel
 
implCloseChannel() - Method in class org.apache.tajo.storage.LocalFileInputChannel
 
incrementRow() - Method in class org.apache.tajo.storage.TableStatistics
 
incrementRows(long) - Method in class org.apache.tajo.storage.TableStatistics
 
IndexProtos - Class in org.apache.tajo.index
 
IndexProtos.TupleComparatorProto - Class in org.apache.tajo.index
Protobuf type TupleComparatorProto
IndexProtos.TupleComparatorProto.Builder - Class in org.apache.tajo.index
Protobuf type TupleComparatorProto
IndexProtos.TupleComparatorProtoOrBuilder - Interface in org.apache.tajo.index
 
init() - Method in class org.apache.tajo.storage.AbstractScanner
 
init() - Method in interface org.apache.tajo.storage.Appender
Initialize the appender.
init(Schema) - Method in class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
init() - Method in class org.apache.tajo.storage.MergeScanner
 
init() - Method in class org.apache.tajo.storage.NullScanner
 
init() - Method in interface org.apache.tajo.storage.Scanner
 
init(Schema) - Method in interface org.apache.tajo.storage.SerializerDeserializer
Deprecated.
 
init(TajoConf) - Method in class org.apache.tajo.storage.Tablespace
Initialize Tablespace instance.
init(Schema) - Method in class org.apache.tajo.storage.TextSerializerDeserializer
Deprecated.
 
InputChannel - Class in org.apache.tajo.storage
 
InputChannel() - Constructor for class org.apache.tajo.storage.InputChannel
 
INT2_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an Int2Datum
INT4_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an Int4Datum
INT8_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an Int8Datum
internalGetFieldAccessorTable() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
isArbitraryPathAllowed() - Method in class org.apache.tajo.storage.StorageProperty
Does this storage allows the use of arbitrary absolute paths outside tablespace?
isAscendingFirstKey() - Method in class org.apache.tajo.storage.BaseTupleComparator
 
isAscendingFirstKey() - Method in class org.apache.tajo.storage.TupleComparator
 
isBlank(int) - Method in class org.apache.tajo.storage.FrameTuple
 
isBlank(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
isBlankOrNull(int) - Method in class org.apache.tajo.storage.FrameTuple
 
isBlankOrNull(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
isEmpty() - Method in interface org.apache.tajo.storage.fragment.Fragment
 
isInitialized() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
isInitialized() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
isInsertable() - Method in class org.apache.tajo.storage.FormatProperty
Return if this format supports staging phase
isMetadataProvided() - Method in class org.apache.tajo.storage.StorageProperty
Is metadata provided?
isMovable() - Method in class org.apache.tajo.storage.StorageProperty
Move-like operation is allowed
isProjectable() - Method in class org.apache.tajo.storage.AbstractScanner
 
isProjectable() - Method in class org.apache.tajo.storage.MergeScanner
 
isProjectable() - Method in class org.apache.tajo.storage.NullScanner
 
isProjectable() - Method in interface org.apache.tajo.storage.Scanner
It returns if the projection is executed in the underlying scanner layer.
isSelectable() - Method in class org.apache.tajo.storage.AbstractScanner
 
isSelectable() - Method in class org.apache.tajo.storage.MergeScanner
 
isSelectable() - Method in class org.apache.tajo.storage.NullScanner
 
isSelectable() - Method in interface org.apache.tajo.storage.Scanner
It returns if the selection is executed in the underlying scanner layer.
isSplittable() - Method in class org.apache.tajo.storage.AbstractScanner
 
isSplittable() - Method in class org.apache.tajo.storage.MergeScanner
 
isSplittable() - Method in class org.apache.tajo.storage.NullScanner
 
isSplittable() - Method in interface org.apache.tajo.storage.Scanner
It returns if the file is splittable.
isStagingSupport() - Method in class org.apache.tajo.storage.FormatProperty
Return if this format supports staging phase
isVisible() - Method in class org.apache.tajo.storage.Tablespace
 
isWritable() - Method in class org.apache.tajo.storage.StorageProperty
Is it Writable storage?

K

KEY_SPACES - Static variable in class org.apache.tajo.storage.TablespaceManager
 
KEY_STORAGE_DEFAULT_FORMAT - Static variable in class org.apache.tajo.storage.TablespaceManager
 
KEY_STORAGE_HANDLER - Static variable in class org.apache.tajo.storage.TablespaceManager
 
KEY_STORAGES - Static variable in class org.apache.tajo.storage.TablespaceManager
 

L

LazyTuple - Class in org.apache.tajo.storage
Deprecated.
LazyTuple(Schema, byte[][], long) - Constructor for class org.apache.tajo.storage.LazyTuple
Deprecated.
 
LazyTuple(Schema, byte[][], long, byte[], SerializerDeserializer) - Constructor for class org.apache.tajo.storage.LazyTuple
Deprecated.
 
LazyTuple(LazyTuple) - Constructor for class org.apache.tajo.storage.LazyTuple
Deprecated.
 
LocalFileInputChannel - Class in org.apache.tajo.storage
LocalFileInputChannel is a FileChannel wrapper of seek ability
LocalFileInputChannel(FileInputStream) - Constructor for class org.apache.tajo.storage.LocalFileInputChannel
 

M

main(String[]) - Static method in class org.apache.tajo.storage.DiskUtil
 
markAccetablePlanPart(LogicalPlan) - Method in class org.apache.tajo.storage.Tablespace
 
MemoryUtil - Class in org.apache.tajo.storage
 
MemoryUtil() - Constructor for class org.apache.tajo.storage.MemoryUtil
 
mergeFrom(Message) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
mergeFrom(IndexProtos.TupleComparatorProto) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
 
MergeScanner - Class in org.apache.tajo.storage
 
MergeScanner(Configuration, Schema, TableMeta, List<Fragment>) - Constructor for class org.apache.tajo.storage.MergeScanner
 
MergeScanner(Configuration, Schema, TableMeta, List<Fragment>, Schema) - Constructor for class org.apache.tajo.storage.MergeScanner
 
mergeSchema(CatalogProtos.SchemaProto) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
required .SchemaProto schema = 1;
meta - Variable in class org.apache.tajo.storage.NullScanner
 

N

name - Variable in class org.apache.tajo.storage.Tablespace
 
newAppenderInstance(Class<T>, Configuration, TaskAttemptId, TableMeta, Schema, Path) - Static method in class org.apache.tajo.storage.OldStorageManager
Creates a scanner instance.
newBuilder() - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
newBuilder(IndexProtos.TupleComparatorProto) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
newBuilderForType() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
newScannerInstance(Class<T>, Configuration, Schema, TableMeta, Fragment) - Static method in class org.apache.tajo.storage.OldStorageManager
Creates a scanner instance.
next() - Method in class org.apache.tajo.storage.MergeScanner
 
next() - Method in class org.apache.tajo.storage.NullScanner
 
next() - Method in interface org.apache.tajo.storage.Scanner
It returns one tuple at each call.
NULL_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an NullDatum
NullScanner - Class in org.apache.tajo.storage
 
NullScanner(Configuration, Schema, TableMeta, Fragment) - Constructor for class org.apache.tajo.storage.NullScanner
 
NumericPathComparator - Class in org.apache.tajo.storage
 
NumericPathComparator() - Constructor for class org.apache.tajo.storage.NumericPathComparator
 

O

OldStorageManager - Class in org.apache.tajo.storage
It handles available table spaces and cache TableSpace instances.
OldStorageManager() - Constructor for class org.apache.tajo.storage.OldStorageManager
 
org.apache.tajo.index - package org.apache.tajo.index
 
org.apache.tajo.storage - package org.apache.tajo.storage
 
org.apache.tajo.storage.annotation - package org.apache.tajo.storage.annotation
 
org.apache.tajo.storage.compress - package org.apache.tajo.storage.compress
 
org.apache.tajo.storage.exception - package org.apache.tajo.storage.exception
 
org.apache.tajo.storage.fragment - package org.apache.tajo.storage.fragment
 

P

parseDelimitedFrom(InputStream) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
parseFrom(ByteString) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
parseFrom(byte[]) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
parseFrom(InputStream) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
PARSER - Static variable in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
position() - Method in class org.apache.tajo.storage.FSDataInputChannel
 
position() - Method in class org.apache.tajo.storage.LocalFileInputChannel
 
position() - Method in interface org.apache.tajo.storage.SeekableChannel
 
prepareStagingSpace(TajoConf, String, OverridableConf, TableMeta) - Method in class org.apache.tajo.storage.Tablespace
 
prepareTable(LogicalNode) - Method in class org.apache.tajo.storage.Tablespace
This method is called before executing 'INSERT' or 'CREATE TABLE as SELECT'.
progress - Variable in class org.apache.tajo.storage.NullScanner
 
project(Tuple, Tuple, int[]) - Static method in class org.apache.tajo.storage.RowStoreUtil
 
purgeTable(TableDesc) - Method in class org.apache.tajo.storage.Tablespace
This method is called after executing "DROP TABLE" statement with the 'PURGE' option which is the option to delete all the data.
pushOperators(LogicalNode) - Method in class org.apache.tajo.storage.AbstractScanner
 
pushOperators(LogicalNode) - Method in class org.apache.tajo.storage.MergeScanner
 
pushOperators(LogicalNode) - Method in class org.apache.tajo.storage.NullScanner
 
pushOperators(LogicalNode) - Method in interface org.apache.tajo.storage.Scanner
Push a plan part into scanner.
put(int, Tuple) - Method in class org.apache.tajo.storage.FrameTuple
 
put(int, Datum) - Method in class org.apache.tajo.storage.FrameTuple
 
put(Datum[]) - Method in class org.apache.tajo.storage.FrameTuple
 
put(int, Tuple) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
put(int, Datum) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
put(Datum[]) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 

R

read(ByteBuffer) - Method in class org.apache.tajo.storage.ByteBufInputChannel
 
read(ByteBuffer) - Method in class org.apache.tajo.storage.FSDataInputChannel
 
read(ByteBuffer[], int, int) - Method in class org.apache.tajo.storage.InputChannel
 
read(ByteBuffer[]) - Method in class org.apache.tajo.storage.InputChannel
 
read(ByteBuffer) - Method in class org.apache.tajo.storage.LocalFileInputChannel
 
read(ByteBuffer[], int, int) - Method in class org.apache.tajo.storage.SeekableInputChannel
 
read(ByteBuffer[]) - Method in class org.apache.tajo.storage.SeekableInputChannel
 
readFully(InputStream, byte[], int, int) - Static method in class org.apache.tajo.storage.StorageUtil
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.tajo.index.IndexProtos
 
removeCompSpecs(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
removeSortSpecs(int) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
removeTablespaceForTest(String) - Static method in class org.apache.tajo.storage.TablespaceManager
 
reset() - Method in class org.apache.tajo.storage.AbstractScanner
 
reset() - Method in class org.apache.tajo.storage.MergeScanner
 
reset() - Method in class org.apache.tajo.storage.NullScanner
 
reset() - Method in interface org.apache.tajo.storage.Scanner
Reset the cursor.
returnCompressor(Compressor) - Static method in class org.apache.tajo.storage.compress.CodecPool
Return the Compressor to the pool.
returnDecompressor(Decompressor) - Static method in class org.apache.tajo.storage.compress.CodecPool
Return the Decompressor to the pool.
rewritePlan(OverridableConf, LogicalPlan) - Method in class org.apache.tajo.storage.Tablespace
Rewrite the logical plan.
rollbackTable(LogicalNode) - Method in class org.apache.tajo.storage.Tablespace
 
RowStoreUtil - Class in org.apache.tajo.storage
 
RowStoreUtil() - Constructor for class org.apache.tajo.storage.RowStoreUtil
 
RowStoreUtil.RowStoreDecoder - Class in org.apache.tajo.storage
 
RowStoreUtil.RowStoreEncoder - Class in org.apache.tajo.storage
 

S

Scanner - Interface in org.apache.tajo.storage
Scanner Interface
SCANNER_HANDLER_CACHE - Static variable in class org.apache.tajo.storage.OldStorageManager
Cache of scanner handlers for each storage type.
schema - Variable in class org.apache.tajo.storage.NullScanner
 
SCHEMA_FIELD_NUMBER - Static variable in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
seek(long) - Method in class org.apache.tajo.storage.FSDataInputChannel
 
seek(long) - Method in class org.apache.tajo.storage.LocalFileInputChannel
 
seek(long) - Method in interface org.apache.tajo.storage.SeekableChannel
 
seek(long) - Method in interface org.apache.tajo.storage.SeekableScanner
 
SeekableChannel - Interface in org.apache.tajo.storage
 
SeekableInputChannel - Class in org.apache.tajo.storage
 
SeekableInputChannel() - Constructor for class org.apache.tajo.storage.SeekableInputChannel
 
SeekableScanner - Interface in org.apache.tajo.storage
 
serialize(int, Tuple, OutputStream, byte[]) - Method in class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
serialize(int, Tuple, OutputStream, byte[]) - Method in interface org.apache.tajo.storage.SerializerDeserializer
Deprecated.
 
serialize(int, Tuple, OutputStream, byte[]) - Method in class org.apache.tajo.storage.TextSerializerDeserializer
Deprecated.
 
SerializerDeserializer - Interface in org.apache.tajo.storage
Deprecated.
set(Tuple, Tuple) - Method in class org.apache.tajo.storage.FrameTuple
 
setCapacity(long) - Method in class org.apache.tajo.storage.DiskInfo
 
setCapacity(long) - Method in class org.apache.tajo.storage.DiskMountInfo
 
setCompSpecs(int, CatalogProtos.TupleComparatorSpecProto) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
setCompSpecs(int, CatalogProtos.TupleComparatorSpecProto.Builder) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .TupleComparatorSpecProto compSpecs = 3;
setEnd(Tuple) - Method in class org.apache.tajo.storage.TupleRange
 
setFilter(EvalNode) - Method in class org.apache.tajo.storage.AbstractScanner
 
setFilter(EvalNode) - Method in class org.apache.tajo.storage.MergeScanner
 
setFilter(EvalNode) - Method in class org.apache.tajo.storage.NullScanner
 
setFilter(EvalNode) - Method in interface org.apache.tajo.storage.Scanner
Set a filter condition
setId(int) - Method in class org.apache.tajo.storage.DiskInfo
 
setLeft(Tuple) - Method in class org.apache.tajo.storage.FrameTuple
 
setLimit(long) - Method in class org.apache.tajo.storage.AbstractScanner
 
setLimit(long) - Method in class org.apache.tajo.storage.MergeScanner
 
setLimit(long) - Method in class org.apache.tajo.storage.NullScanner
 
setLimit(long) - Method in interface org.apache.tajo.storage.Scanner
This method does not guarantee that the scanner will retrieve the specified number of rows.
setMountInfos(List<DiskMountInfo>) - Method in class org.apache.tajo.storage.DiskDeviceInfo
 
setMountPath(String) - Method in class org.apache.tajo.storage.DiskInfo
 
setMountPath(String) - Method in class org.apache.tajo.storage.DiskMountInfo
 
setName(String) - Method in class org.apache.tajo.storage.DiskDeviceInfo
 
setNumBytes(long) - Method in class org.apache.tajo.storage.TableStatistics
 
setOffset(long) - Method in class org.apache.tajo.storage.FrameTuple
 
setOffset(long) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
setPartitionName(String) - Method in class org.apache.tajo.storage.DiskInfo
 
setRight(Tuple) - Method in class org.apache.tajo.storage.FrameTuple
 
setSchema(CatalogProtos.SchemaProto) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
required .SchemaProto schema = 1;
setSchema(CatalogProtos.SchemaProto.Builder) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
required .SchemaProto schema = 1;
setSortSpecs(int, CatalogProtos.SortSpecProto) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
setSortSpecs(int, CatalogProtos.SortSpecProto.Builder) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto.Builder
repeated .SortSpecProto sortSpecs = 2;
setStart(Tuple) - Method in class org.apache.tajo.storage.TupleRange
 
setTarget(Column[]) - Method in class org.apache.tajo.storage.AbstractScanner
 
setTarget(Column[]) - Method in class org.apache.tajo.storage.MergeScanner
 
setTarget(Column[]) - Method in class org.apache.tajo.storage.NullScanner
 
setTarget(Column[]) - Method in interface org.apache.tajo.storage.Scanner
Set target columns
setUsed(long) - Method in class org.apache.tajo.storage.DiskInfo
 
setUsed(long) - Method in class org.apache.tajo.storage.DiskMountInfo
 
setVisible(boolean) - Method in class org.apache.tajo.storage.Tablespace
 
shutdown() - Static method in class org.apache.tajo.storage.OldStorageManager
Close Tablespace
SITE_CONFIG_FILE - Static variable in class org.apache.tajo.storage.TablespaceManager
 
size() - Method in class org.apache.tajo.storage.FrameTuple
 
size(int) - Method in class org.apache.tajo.storage.FrameTuple
 
size() - Method in class org.apache.tajo.storage.FSDataInputChannel
 
size() - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
size(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
size() - Method in class org.apache.tajo.storage.LocalFileInputChannel
 
size() - Method in interface org.apache.tajo.storage.SeekableChannel
 
skipFully(DataInput, int) - Static method in class org.apache.tajo.storage.StorageUtil
Similar to readFully().
SORTSPECS_FIELD_NUMBER - Static variable in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
sortSpecsToSchema(SortSpec[]) - Static method in class org.apache.tajo.storage.TupleRange
 
SPACES_URIS_MAP - Static variable in class org.apache.tajo.storage.TablespaceManager
 
storageInit() - Method in class org.apache.tajo.storage.Tablespace
Initialize storage manager.
StorageProperty - Class in org.apache.tajo.storage
Storage Properties
StorageProperty(String, boolean, boolean, boolean, boolean) - Constructor for class org.apache.tajo.storage.StorageProperty
 
StorageUtil - Class in org.apache.tajo.storage
 
StorageUtil() - Constructor for class org.apache.tajo.storage.StorageUtil
 

T

TABLE_SPACE_HANDLERS - Static variable in class org.apache.tajo.storage.TablespaceManager
 
TABLE_SPACES - Static variable in class org.apache.tajo.storage.TablespaceManager
 
Tablespace - Class in org.apache.tajo.storage
Tablespace manages the functions of storing and reading data.
Tablespace(String, URI, JSONObject) - Constructor for class org.apache.tajo.storage.Tablespace
 
TABLESPACE_PARAM - Static variable in class org.apache.tajo.storage.TablespaceManager
 
TABLESPACE_SPEC_CONFIGS_KEY - Static variable in class org.apache.tajo.storage.TablespaceManager
 
TablespaceManager - Class in org.apache.tajo.storage
It handles available table spaces and cache TableSpace instances.
TableStatistics - Class in org.apache.tajo.storage
This class is not thread-safe.
TableStatistics(Schema, boolean[]) - Constructor for class org.apache.tajo.storage.TableStatistics
 
tableStats - Variable in class org.apache.tajo.storage.MergeScanner
 
tableStats - Variable in class org.apache.tajo.storage.NullScanner
 
TAJO_CONF - Static variable in class org.apache.tajo.storage.StorageUtil
 
targets - Variable in class org.apache.tajo.storage.NullScanner
 
TEXT_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an TextDatum
TextSerializerDeserializer - Class in org.apache.tajo.storage
Deprecated.
TextSerializerDeserializer() - Constructor for class org.apache.tajo.storage.TextSerializerDeserializer
Deprecated.
 
TextSerializerDeserializer(Schema) - Constructor for class org.apache.tajo.storage.TextSerializerDeserializer
Deprecated.
 
TIME_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an TimeDatum
TIMESTAMP_DATUM - Static variable in class org.apache.tajo.storage.MemoryUtil
Overhead for an TimestampDatum
toBuilder() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
toBytes(Tuple) - Method in class org.apache.tajo.storage.RowStoreUtil.RowStoreEncoder
 
toDouble(byte[], int, int) - Method in class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
toFloat(byte[], int, int) - Method in class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
toFragmentProtoArray(Fragment...) - Static method in class org.apache.tajo.storage.fragment.FragmentConvertor
 
toFragmentProtoList(Fragment...) - Static method in class org.apache.tajo.storage.fragment.FragmentConvertor
 
toString() - Method in class org.apache.tajo.storage.BaseTupleComparator
 
toString() - Method in class org.apache.tajo.storage.DataLocation
 
toString() - Method in class org.apache.tajo.storage.DiskDeviceInfo
 
toString() - Method in class org.apache.tajo.storage.FrameTuple
 
toString() - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 
toString() - Method in class org.apache.tajo.storage.Tablespace
 
toString() - Method in class org.apache.tajo.storage.TupleRange
 
toTuple(byte[]) - Method in class org.apache.tajo.storage.RowStoreUtil.RowStoreDecoder
 
trueBytes - Static variable in class org.apache.tajo.storage.TextSerializerDeserializer
Deprecated.
 
TupleComparator - Class in org.apache.tajo.storage
 
TupleComparator() - Constructor for class org.apache.tajo.storage.TupleComparator
 
TupleRange - Class in org.apache.tajo.storage
It represents a pair of start and end tuples.
TupleRange(SortSpec[], Tuple, Tuple) - Constructor for class org.apache.tajo.storage.TupleRange
 
type(int) - Method in class org.apache.tajo.storage.FrameTuple
 
type(int) - Method in class org.apache.tajo.storage.LazyTuple
Deprecated.
 

U

UnknownCodecException - Exception in org.apache.tajo.storage.exception
 
UnknownCodecException() - Constructor for exception org.apache.tajo.storage.exception.UnknownCodecException
 
UnknownCodecException(String) - Constructor for exception org.apache.tajo.storage.exception.UnknownCodecException
 
UnsupportedFileTypeException - Exception in org.apache.tajo.storage.exception
 
UnsupportedFileTypeException() - Constructor for exception org.apache.tajo.storage.exception.UnsupportedFileTypeException
 
UnsupportedFileTypeException(String) - Constructor for exception org.apache.tajo.storage.exception.UnsupportedFileTypeException
 
uri - Variable in class org.apache.tajo.storage.Tablespace
 

V

valueOf(String) - Static method in enum org.apache.tajo.storage.DiskUtil.OSType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tajo.storage.DiskUtil.OSType
Returns an array containing the constants of this enum type, in the order they are declared.
verifySchemaToWrite(TableDesc, Schema) - Method in class org.apache.tajo.storage.Tablespace
It is called after making logical plan.
visible - Variable in class org.apache.tajo.storage.Tablespace
this space is visible or not.

W

writeDouble(OutputStream, double) - Method in class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
writeFloat(OutputStream, float) - Method in class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
writeReplace() - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
writeShort(OutputStream, short) - Method in class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
writeTo(CodedOutputStream) - Method in class org.apache.tajo.index.IndexProtos.TupleComparatorProto
 
writeVLong(OutputStream, long) - Method in class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
writeVLongToByteArray(byte[], int, long) - Static method in class org.apache.tajo.storage.BinarySerializerDeserializer
Deprecated.
 
A B C D E F G H I K L M N O P R S T U V W 

Copyright © 2016 Apache Software Foundation. All Rights Reserved.