| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
SchemaVersion |
AbstractThriftHiveMetastore.get_schema_latest_version(ISchemaName schemaName) |
SchemaVersion |
AbstractThriftHiveMetastore.get_schema_version(SchemaVersionDescriptor schemaVersion) |
SchemaVersion |
HiveMetaStoreClient.getSchemaLatestVersion(String catName,
String dbName,
String schemaName) |
SchemaVersion |
IMetaStoreClient.getSchemaLatestVersion(String catName,
String dbName,
String schemaName)
Get the latest version of a schema.
|
SchemaVersion |
HiveMetaStoreClient.getSchemaVersion(String catName,
String dbName,
String schemaName,
int version) |
SchemaVersion |
IMetaStoreClient.getSchemaVersion(String catName,
String dbName,
String schemaName,
int version)
Get a specific version of a schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaVersion> |
AbstractThriftHiveMetastore.get_schema_all_versions(ISchemaName schemaName) |
List<SchemaVersion> |
HiveMetaStoreClient.getSchemaAllVersions(String catName,
String dbName,
String schemaName) |
List<SchemaVersion> |
IMetaStoreClient.getSchemaAllVersions(String catName,
String dbName,
String schemaName)
Get all the extant versions of a schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractThriftHiveMetastore.add_schema_version(SchemaVersion schemaVersion) |
void |
HiveMetaStoreClient.addSchemaVersion(SchemaVersion schemaVersion) |
void |
IMetaStoreClient.addSchemaVersion(SchemaVersion schemaVersion)
Add a new version to an existing schema.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaVersion |
SchemaVersion.deepCopy() |
SchemaVersion |
ThriftHiveMetastore.Iface.get_schema_latest_version(ISchemaName schemaName) |
SchemaVersion |
ThriftHiveMetastore.Client.get_schema_latest_version(ISchemaName schemaName) |
SchemaVersion |
ThriftHiveMetastore.Iface.get_schema_version(SchemaVersionDescriptor schemaVersion) |
SchemaVersion |
ThriftHiveMetastore.Client.get_schema_version(SchemaVersionDescriptor schemaVersion) |
SchemaVersion |
ThriftHiveMetastore.AsyncClient.get_schema_version_call.getResult() |
SchemaVersion |
ThriftHiveMetastore.AsyncClient.get_schema_latest_version_call.getResult() |
SchemaVersion |
ThriftHiveMetastore.add_schema_version_args.getSchemaVersion() |
SchemaVersion |
ThriftHiveMetastore.get_schema_version_result.getSuccess() |
SchemaVersion |
ThriftHiveMetastore.get_schema_latest_version_result.getSuccess() |
SchemaVersion |
ThriftHiveMetastore.Client.recv_get_schema_latest_version() |
SchemaVersion |
ThriftHiveMetastore.Client.recv_get_schema_version() |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaVersion> |
ThriftHiveMetastore.Iface.get_schema_all_versions(ISchemaName schemaName) |
List<SchemaVersion> |
ThriftHiveMetastore.Client.get_schema_all_versions(ISchemaName schemaName) |
List<SchemaVersion> |
ThriftHiveMetastore.AsyncClient.get_schema_all_versions_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> |
ThriftHiveMetastore.AsyncProcessor.get_schema_version.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> |
ThriftHiveMetastore.AsyncProcessor.get_schema_latest_version.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<SchemaVersion>> |
ThriftHiveMetastore.AsyncProcessor.get_schema_all_versions.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<SchemaVersion> |
ThriftHiveMetastore.get_schema_all_versions_result.getSuccess() |
Iterator<SchemaVersion> |
ThriftHiveMetastore.get_schema_all_versions_result.getSuccessIterator() |
List<SchemaVersion> |
ThriftHiveMetastore.Client.recv_get_schema_all_versions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.Iface.add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.Client.add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.AsyncIface.add_schema_version(SchemaVersion schemaVersion,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_schema_version(SchemaVersion schemaVersion,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.get_schema_all_versions_result.addToSuccess(SchemaVersion elem) |
int |
SchemaVersion.compareTo(SchemaVersion other) |
boolean |
SchemaVersion.equals(SchemaVersion that) |
void |
ThriftHiveMetastore.Client.send_add_schema_version(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.add_schema_version_args.setSchemaVersion(SchemaVersion schemaVersion) |
void |
ThriftHiveMetastore.get_schema_version_result.setSuccess(SchemaVersion success) |
void |
ThriftHiveMetastore.get_schema_latest_version_result.setSuccess(SchemaVersion success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_schema_all_versions(ISchemaName schemaName,
org.apache.thrift.async.AsyncMethodCallback<List<SchemaVersion>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_schema_all_versions(ISchemaName schemaName,
org.apache.thrift.async.AsyncMethodCallback<List<SchemaVersion>> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_schema_latest_version(ISchemaName schemaName,
org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_schema_latest_version(ISchemaName schemaName,
org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_schema_version(SchemaVersionDescriptor schemaVersion,
org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_schema_version(SchemaVersionDescriptor schemaVersion,
org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler) |
void |
ThriftHiveMetastore.get_schema_all_versions_result.setSuccess(List<SchemaVersion> success) |
void |
ThriftHiveMetastore.AsyncProcessor.get_schema_all_versions.start(I iface,
ThriftHiveMetastore.get_schema_all_versions_args args,
org.apache.thrift.async.AsyncMethodCallback<List<SchemaVersion>> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_schema_latest_version.start(I iface,
ThriftHiveMetastore.get_schema_latest_version_args args,
org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_schema_version.start(I iface,
ThriftHiveMetastore.get_schema_version_args args,
org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler) |
| Constructor and Description |
|---|
add_schema_version_args(SchemaVersion schemaVersion) |
add_schema_version_call(SchemaVersion schemaVersion,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_schema_latest_version_result(SchemaVersion success,
NoSuchObjectException o1,
MetaException o2) |
get_schema_version_result(SchemaVersion success,
NoSuchObjectException o1,
MetaException o2) |
SchemaVersion(SchemaVersion other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
get_schema_all_versions_call(ISchemaName schemaName,
org.apache.thrift.async.AsyncMethodCallback<List<SchemaVersion>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_schema_all_versions_result(List<SchemaVersion> success,
NoSuchObjectException o1,
MetaException o2) |
get_schema_latest_version_call(ISchemaName schemaName,
org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_schema_version_call(SchemaVersionDescriptor schemaVersion,
org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.