| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
FieldSchema |
FieldSchema.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FieldSchema> |
ThriftHiveMetastore.Iface.get_fields_with_environment_context(java.lang.String db_name,
java.lang.String table_name,
EnvironmentContext environment_context) |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Client.get_fields_with_environment_context(java.lang.String db_name,
java.lang.String table_name,
EnvironmentContext environment_context) |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Iface.get_fields(java.lang.String db_name,
java.lang.String table_name) |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Client.get_fields(java.lang.String db_name,
java.lang.String table_name) |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Iface.get_schema_with_environment_context(java.lang.String db_name,
java.lang.String table_name,
EnvironmentContext environment_context) |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Client.get_schema_with_environment_context(java.lang.String db_name,
java.lang.String table_name,
EnvironmentContext environment_context) |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Iface.get_schema(java.lang.String db_name,
java.lang.String table_name) |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Client.get_schema(java.lang.String db_name,
java.lang.String table_name) |
java.util.List<FieldSchema> |
StorageDescriptor.getCols() |
java.util.List<FieldSchema> |
SchemaVersion.getCols() |
java.util.Iterator<FieldSchema> |
StorageDescriptor.getColsIterator() |
java.util.Iterator<FieldSchema> |
SchemaVersion.getColsIterator() |
java.util.List<FieldSchema> |
Type.getFields() |
java.util.List<FieldSchema> |
Schema.getFieldSchemas() |
java.util.Iterator<FieldSchema> |
Schema.getFieldSchemasIterator() |
java.util.Iterator<FieldSchema> |
Type.getFieldsIterator() |
java.util.List<FieldSchema> |
PartitionValuesRequest.getPartitionKeys() |
java.util.List<FieldSchema> |
Table.getPartitionKeys() |
java.util.Iterator<FieldSchema> |
PartitionValuesRequest.getPartitionKeysIterator() |
java.util.Iterator<FieldSchema> |
Table.getPartitionKeysIterator() |
java.util.List<FieldSchema> |
PartitionValuesRequest.getPartitionOrder() |
java.util.Iterator<FieldSchema> |
PartitionValuesRequest.getPartitionOrderIterator() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_fields_call.getResult() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_fields_with_environment_context_call.getResult() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_schema_call.getResult() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_schema_with_environment_context_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<java.util.List<FieldSchema>> |
ThriftHiveMetastore.AsyncProcessor.get_fields.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<java.util.List<FieldSchema>> |
ThriftHiveMetastore.AsyncProcessor.get_fields_with_environment_context.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<java.util.List<FieldSchema>> |
ThriftHiveMetastore.AsyncProcessor.get_schema.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<java.util.List<FieldSchema>> |
ThriftHiveMetastore.AsyncProcessor.get_schema_with_environment_context.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
java.util.List<FieldSchema> |
ThriftHiveMetastore.get_fields_result.getSuccess() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.get_fields_with_environment_context_result.getSuccess() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.get_schema_result.getSuccess() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.get_schema_with_environment_context_result.getSuccess() |
java.util.Iterator<FieldSchema> |
ThriftHiveMetastore.get_fields_result.getSuccessIterator() |
java.util.Iterator<FieldSchema> |
ThriftHiveMetastore.get_fields_with_environment_context_result.getSuccessIterator() |
java.util.Iterator<FieldSchema> |
ThriftHiveMetastore.get_schema_result.getSuccessIterator() |
java.util.Iterator<FieldSchema> |
ThriftHiveMetastore.get_schema_with_environment_context_result.getSuccessIterator() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields_with_environment_context() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema_with_environment_context() |
java.util.List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageDescriptor.addToCols(FieldSchema elem) |
void |
SchemaVersion.addToCols(FieldSchema elem) |
void |
Type.addToFields(FieldSchema elem) |
void |
Schema.addToFieldSchemas(FieldSchema elem) |
void |
PartitionValuesRequest.addToPartitionKeys(FieldSchema elem) |
void |
Table.addToPartitionKeys(FieldSchema elem) |
void |
PartitionValuesRequest.addToPartitionOrder(FieldSchema elem) |
void |
ThriftHiveMetastore.get_fields_result.addToSuccess(FieldSchema elem) |
void |
ThriftHiveMetastore.get_fields_with_environment_context_result.addToSuccess(FieldSchema elem) |
void |
ThriftHiveMetastore.get_schema_result.addToSuccess(FieldSchema elem) |
void |
ThriftHiveMetastore.get_schema_with_environment_context_result.addToSuccess(FieldSchema elem) |
int |
FieldSchema.compareTo(FieldSchema other) |
boolean |
FieldSchema.equals(FieldSchema that) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageDescriptor.setCols(java.util.List<FieldSchema> cols) |
void |
SchemaVersion.setCols(java.util.List<FieldSchema> cols) |
void |
Type.setFields(java.util.List<FieldSchema> fields) |
void |
Schema.setFieldSchemas(java.util.List<FieldSchema> fieldSchemas) |
void |
PartitionValuesRequest.setPartitionKeys(java.util.List<FieldSchema> partitionKeys) |
void |
Table.setPartitionKeys(java.util.List<FieldSchema> partitionKeys) |
void |
PartitionValuesRequest.setPartitionOrder(java.util.List<FieldSchema> partitionOrder) |
void |
ThriftHiveMetastore.get_fields_result.setSuccess(java.util.List<FieldSchema> success) |
void |
ThriftHiveMetastore.get_fields_with_environment_context_result.setSuccess(java.util.List<FieldSchema> success) |
void |
ThriftHiveMetastore.get_schema_result.setSuccess(java.util.List<FieldSchema> success) |
void |
ThriftHiveMetastore.get_schema_with_environment_context_result.setSuccess(java.util.List<FieldSchema> success) |
void |
ThriftHiveMetastore.AsyncProcessor.get_fields.start(I iface,
ThriftHiveMetastore.get_fields_args args,
org.apache.thrift.async.AsyncMethodCallback<java.util.List<FieldSchema>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_fields_with_environment_context.start(I iface,
ThriftHiveMetastore.get_fields_with_environment_context_args args,
org.apache.thrift.async.AsyncMethodCallback<java.util.List<FieldSchema>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_schema.start(I iface,
ThriftHiveMetastore.get_schema_args args,
org.apache.thrift.async.AsyncMethodCallback<java.util.List<FieldSchema>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_schema_with_environment_context.start(I iface,
ThriftHiveMetastore.get_schema_with_environment_context_args args,
org.apache.thrift.async.AsyncMethodCallback<java.util.List<FieldSchema>> resultHandler) |
| Constructor and Description |
|---|
FieldSchema(FieldSchema other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
get_fields_result(java.util.List<FieldSchema> success,
MetaException o1,
UnknownTableException o2,
UnknownDBException o3) |
get_fields_with_environment_context_result(java.util.List<FieldSchema> success,
MetaException o1,
UnknownTableException o2,
UnknownDBException o3) |
get_schema_result(java.util.List<FieldSchema> success,
MetaException o1,
UnknownTableException o2,
UnknownDBException o3) |
get_schema_with_environment_context_result(java.util.List<FieldSchema> success,
MetaException o1,
UnknownTableException o2,
UnknownDBException o3) |
PartitionValuesRequest(java.lang.String dbName,
java.lang.String tblName,
java.util.List<FieldSchema> partitionKeys) |
Schema(java.util.List<FieldSchema> fieldSchemas,
java.util.Map<java.lang.String,java.lang.String> properties) |
SchemaVersion(ISchemaName schema,
int version,
long createdAt,
java.util.List<FieldSchema> cols) |
StorageDescriptor(java.util.List<FieldSchema> cols,
java.lang.String location,
java.lang.String inputFormat,
java.lang.String outputFormat,
boolean compressed,
int numBuckets,
SerDeInfo serdeInfo,
java.util.List<java.lang.String> bucketCols,
java.util.List<Order> sortCols,
java.util.Map<java.lang.String,java.lang.String> parameters) |
Table(java.lang.String tableName,
java.lang.String dbName,
java.lang.String owner,
int createTime,
int lastAccessTime,
int retention,
StorageDescriptor sd,
java.util.List<FieldSchema> partitionKeys,
java.util.Map<java.lang.String,java.lang.String> parameters,
java.lang.String viewOriginalText,
java.lang.String viewExpandedText,
java.lang.String tableType) |
Copyright © 2013-2021. All Rights Reserved.