A B C D E G I L M O R S 

A

AbstractDBStore - Class in org.apache.tajo.catalog.store
 
AbstractDBStore(Configuration) - Constructor for class org.apache.tajo.catalog.store.AbstractDBStore
 
addFunction(FunctionDesc) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
addFunction(FunctionDesc) - Method in interface org.apache.tajo.catalog.store.CatalogStore
FUNCTION
addFunction(FunctionDesc) - Method in class org.apache.tajo.catalog.store.MemStore
 
addPartition(RpcController, CatalogProtos.PartitionDescProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
addPartition(String, String, CatalogProtos.PartitionDescProto) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
addPartition(String, String, CatalogProtos.PartitionDescProto) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
addPartition(String, String, CatalogProtos.PartitionDescProto) - Method in class org.apache.tajo.catalog.store.MemStore
 
addPartitionMethod(CatalogProtos.PartitionMethodProto) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
addPartitionMethod(CatalogProtos.PartitionMethodProto) - Method in interface org.apache.tajo.catalog.store.CatalogStore
PARTITION METHOD
addPartitionMethod(CatalogProtos.PartitionMethodProto) - Method in class org.apache.tajo.catalog.store.MemStore
 
addPartitions(RpcController, CatalogProtos.PartitionsProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
addPartitions(CatalogProtos.PartitionsProto) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
addPartitions(CatalogProtos.PartitionsProto) - Method in interface org.apache.tajo.catalog.store.CatalogStore
PARTITIONS
addPartitions(CatalogProtos.PartitionsProto) - Method in class org.apache.tajo.catalog.store.MemStore
 
alterTable(RpcController, CatalogProtos.AlterTableDescProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
alterTable(CatalogProtos.AlterTableDescProto) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
alterTable(CatalogProtos.AlterTableDescProto) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
alterTable(CatalogProtos.AlterTableDescProto) - Method in class org.apache.tajo.catalog.store.MemStore
 
alterTablespace(RpcController, CatalogProtos.AlterTablespaceProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
alterTablespace(CatalogProtos.AlterTablespaceProto) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
alterTablespace(CatalogProtos.AlterTablespaceProto) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
alterTablespace(CatalogProtos.AlterTablespaceProto) - Method in class org.apache.tajo.catalog.store.MemStore
 

B

baseTableMaps - Variable in class org.apache.tajo.catalog.store.AbstractDBStore
 

C

CatalogServer - Class in org.apache.tajo.catalog
This class provides the catalog service.
CatalogServer() - Constructor for class org.apache.tajo.catalog.CatalogServer
 
CatalogServer(List<FunctionDesc>) - Constructor for class org.apache.tajo.catalog.CatalogServer
 
CatalogServer.CatalogProtocolHandler - Class in org.apache.tajo.catalog
 
CatalogServer.CatalogProtocolHandler() - Constructor for class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
CatalogStore - Interface in org.apache.tajo.catalog.store
 
catalogUri - Variable in class org.apache.tajo.catalog.store.AbstractDBStore
 
checkIfBuiltin(CatalogProtos.FunctionType) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
close() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
close() - Method in class org.apache.tajo.catalog.store.DerbyStore
 
close() - Method in class org.apache.tajo.catalog.store.MemStore
 
conf - Variable in class org.apache.tajo.catalog.store.AbstractDBStore
 
connectionId - Variable in class org.apache.tajo.catalog.store.AbstractDBStore
 
connectionPassword - Variable in class org.apache.tajo.catalog.store.AbstractDBStore
 
containFunction(RpcController, CatalogProtos.ContainFunctionRequest) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
createBaseTable() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
createBaseTable() - Method in class org.apache.tajo.catalog.store.DerbyStore
 
createBaseTable() - Method in class org.apache.tajo.catalog.store.MySQLStore
 
createConnection(Configuration) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
createConnection(Configuration) - Method in class org.apache.tajo.catalog.store.DerbyStore
 
createConnection(Configuration) - Method in class org.apache.tajo.catalog.store.MySQLStore
 
createDatabase(RpcController, CatalogProtos.CreateDatabaseRequest) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
createDatabase(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
createDatabase(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
Database
createDatabase(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
createFunction(RpcController, CatalogProtos.FunctionDescProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
createIndex(RpcController, CatalogProtos.IndexDescProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
createIndex(CatalogProtos.IndexDescProto) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
createIndex(CatalogProtos.IndexDescProto) - Method in interface org.apache.tajo.catalog.store.CatalogStore
INDEX
createIndex(CatalogProtos.IndexDescProto) - Method in class org.apache.tajo.catalog.store.MemStore
 
createTable(RpcController, CatalogProtos.TableDescProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
createTable(CatalogProtos.TableDescProto) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
createTable(CatalogProtos.TableDescProto) - Method in interface org.apache.tajo.catalog.store.CatalogStore
TABLE
createTable(CatalogProtos.TableDescProto) - Method in class org.apache.tajo.catalog.store.MemStore
 
createTablespace(RpcController, CatalogProtos.CreateTablespaceRequest) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
createTablespace(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
createTablespace(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
Tablespace
createTablespace(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 

D

delAllPartitions(RpcController, PrimitiveProtos.StringProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
deleteFunction(FunctionDesc) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
deleteFunction(FunctionDesc) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
deleteFunction(FunctionDesc) - Method in class org.apache.tajo.catalog.store.MemStore
 
delPartition(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
delPartition(String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
delPartition(String) - Method in class org.apache.tajo.catalog.store.MemStore
 
DerbyStore - Class in org.apache.tajo.catalog.store
 
DerbyStore(Configuration) - Constructor for class org.apache.tajo.catalog.store.DerbyStore
 
dropBaseTable() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
dropBaseTable() - Method in class org.apache.tajo.catalog.store.DerbyStore
 
dropBaseTable() - Method in class org.apache.tajo.catalog.store.MySQLStore
 
dropDatabase(RpcController, PrimitiveProtos.StringProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
dropDatabase(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
dropDatabase(String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
dropDatabase(String) - Method in class org.apache.tajo.catalog.store.MemStore
 
dropFunction(RpcController, CatalogProtos.UnregisterFunctionRequest) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
dropIndex(RpcController, CatalogProtos.IndexNameProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
dropIndex(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
dropIndex(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
dropIndex(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
dropPartitionMethod(RpcController, CatalogProtos.TableIdentifierProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
dropPartitionMethod(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
dropPartitionMethod(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
dropPartitionMethod(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
dropPartitions(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
dropPartitions(String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
dropPartitions(String) - Method in class org.apache.tajo.catalog.store.MemStore
 
dropTable(RpcController, CatalogProtos.TableIdentifierProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
dropTable(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
dropTable(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
dropTable(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
dropTableInternal(Connection, String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
dropTablespace(RpcController, PrimitiveProtos.StringProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
dropTablespace(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
dropTablespace(String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
dropTablespace(String) - Method in class org.apache.tajo.catalog.store.MemStore
 

E

existDatabase(RpcController, PrimitiveProtos.StringProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
existDatabase(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
existDatabase(String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
existDatabase(String) - Method in class org.apache.tajo.catalog.store.MemStore
 
existFunction(FunctionDesc) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
existFunction(FunctionDesc) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
existFunction(FunctionDesc) - Method in class org.apache.tajo.catalog.store.MemStore
 
existIndexByColumn(RpcController, CatalogProtos.GetIndexByColumnRequest) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
existIndexByColumn(String, String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
existIndexByColumn(String, String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
existIndexByColumn(String, String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
existIndexByName(RpcController, CatalogProtos.IndexNameProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
existIndexByName(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
existIndexByName(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
existIndexByName(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
existPartitionMethod(RpcController, CatalogProtos.TableIdentifierProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
existPartitionMethod(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
existPartitionMethod(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
existPartitionMethod(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
existsTable(RpcController, CatalogProtos.TableIdentifierProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
existTable(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
existTable(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
existTable(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
existTablespace(RpcController, PrimitiveProtos.StringProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
existTablespace(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
existTablespace(String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
existTablespace(String) - Method in class org.apache.tajo.catalog.store.MemStore
 

G

getAllDatabaseNames(RpcController, PrimitiveProtos.NullProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getAllDatabaseNames() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getAllDatabaseNames() - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getAllDatabaseNames() - Method in class org.apache.tajo.catalog.store.MemStore
 
getAllFunctionNames() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getAllFunctionNames() - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getAllFunctionNames() - Method in class org.apache.tajo.catalog.store.MemStore
 
getAllTableNames(RpcController, PrimitiveProtos.StringProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getAllTableNames(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getAllTableNames(String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getAllTableNames(String) - Method in class org.apache.tajo.catalog.store.MemStore
 
getAllTablespaceNames(RpcController, PrimitiveProtos.NullProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getAllTablespaceNames() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getAllTablespaceNames() - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getAllTablespaceNames() - Method in class org.apache.tajo.catalog.store.MemStore
 
getBindAddress() - Method in class org.apache.tajo.catalog.CatalogServer
 
getCatalog() - Method in class org.apache.tajo.catalog.MiniCatalogServer
 
getCatalogDriverName() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getCatalogDriverName() - Method in class org.apache.tajo.catalog.store.DerbyStore
 
getCatalogDriverName() - Method in class org.apache.tajo.catalog.store.MySQLStore
 
getCatalogServer() - Method in class org.apache.tajo.catalog.MiniCatalogServer
 
getCatalogServerName() - Method in class org.apache.tajo.catalog.CatalogServer
 
getCatalogUri() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getConf() - Method in class org.apache.tajo.catalog.CatalogServer
 
getConnection() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getDatabaseIdAndUri(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getDriverVersion() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getDriverVersion() - Method in class org.apache.tajo.catalog.store.DerbyStore
 
getDriverVersion() - Method in class org.apache.tajo.catalog.store.MySQLStore
 
getFunctionMeta(RpcController, CatalogProtos.GetFunctionMetaRequest) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getFunctions(RpcController, PrimitiveProtos.NullProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getHandler() - Method in class org.apache.tajo.catalog.CatalogServer
 
getIndexByColumn(RpcController, CatalogProtos.GetIndexByColumnRequest) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getIndexByColumn(String, String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getIndexByColumn(String, String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getIndexByColumn(String, String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
getIndexByName(RpcController, CatalogProtos.IndexNameProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getIndexByName(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getIndexByName(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getIndexByName(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
getIndexes(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getIndexes(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getIndexes(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
getPartition(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getPartition(String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getPartition(String) - Method in class org.apache.tajo.catalog.store.MemStore
 
getPartitionByPartitionName(RpcController, PrimitiveProtos.StringProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getPartitionMethod(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getPartitionMethod(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getPartitionMethod(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
getPartitionMethodByTableName(RpcController, CatalogProtos.TableIdentifierProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getPartitions(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getPartitions(String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
Get all partitions of a table
getPartitions(String) - Method in class org.apache.tajo.catalog.store.MemStore
 
getPartitionsByTableName(RpcController, PrimitiveProtos.StringProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getStoreClassName() - Method in class org.apache.tajo.catalog.CatalogServer
 
getTable(String, String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getTable(String, String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getTable(String, String) - Method in class org.apache.tajo.catalog.store.MemStore
 
getTableDesc(RpcController, CatalogProtos.TableIdentifierProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getTableName(Connection, int) - Static method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getTablespace(RpcController, PrimitiveProtos.StringProto) - Method in class org.apache.tajo.catalog.CatalogServer.CatalogProtocolHandler
 
getTablespace(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
getTablespace(String) - Method in interface org.apache.tajo.catalog.store.CatalogStore
 
getTablespace(String) - Method in class org.apache.tajo.catalog.store.MemStore
 

I

insertSchemaVersion() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
Insert the version of the current catalog schema
isInitialized() - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
isInitialized() - Method in class org.apache.tajo.catalog.store.DerbyStore
 
isInitialized() - Method in class org.apache.tajo.catalog.store.MySQLStore
 

L

LocalCatalogWrapper - Class in org.apache.tajo.catalog
This class provides a catalog service interface in local.
LocalCatalogWrapper(TajoConf) - Constructor for class org.apache.tajo.catalog.LocalCatalogWrapper
 
LocalCatalogWrapper(CatalogServer) - Constructor for class org.apache.tajo.catalog.LocalCatalogWrapper
 
LocalCatalogWrapper(CatalogServer, TajoConf) - Constructor for class org.apache.tajo.catalog.LocalCatalogWrapper
 
LOG - Variable in class org.apache.tajo.catalog.store.AbstractDBStore
 

M

main(String[]) - Static method in class org.apache.tajo.catalog.CatalogServer
 
MemStore - Class in org.apache.tajo.catalog.store
CatalogServer guarantees that all operations are thread-safe.
MemStore(Configuration) - Constructor for class org.apache.tajo.catalog.store.MemStore
 
MiniCatalogServer - Class in org.apache.tajo.catalog
 
MiniCatalogServer(TajoConf) - Constructor for class org.apache.tajo.catalog.MiniCatalogServer
 
MiniCatalogServer(CatalogServer) - Constructor for class org.apache.tajo.catalog.MiniCatalogServer
 
MySQLStore - Class in org.apache.tajo.catalog.store
 
MySQLStore(Configuration) - Constructor for class org.apache.tajo.catalog.store.MySQLStore
 

O

org.apache.tajo.catalog - package org.apache.tajo.catalog
 
org.apache.tajo.catalog.store - package org.apache.tajo.catalog.store
 

R

readSchemaFile(String) - Method in class org.apache.tajo.catalog.store.AbstractDBStore
 
readSchemaFile(String) - Method in class org.apache.tajo.catalog.store.DerbyStore
 
readSchemaFile(String) - Method in class org.apache.tajo.catalog.store.MySQLStore
 
reloadBuiltinFunctions(List<FunctionDesc>) - Method in class org.apache.tajo.catalog.CatalogServer
 

S

serviceInit(Configuration) - Method in class org.apache.tajo.catalog.CatalogServer
 
shutdown() - Method in class org.apache.tajo.catalog.LocalCatalogWrapper
 
shutdown() - Method in class org.apache.tajo.catalog.MiniCatalogServer
 
start() - Method in class org.apache.tajo.catalog.CatalogServer
 
stop() - Method in class org.apache.tajo.catalog.CatalogServer
 
A B C D E G I L M O R S 

Copyright © 2014 Apache Software Foundation. All Rights Reserved.