| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| 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 |
|---|---|
java.util.List<SchemaVersion> |
ThriftHiveMetastore.Iface.get_schema_all_versions(ISchemaName schemaName) |
java.util.List<SchemaVersion> |
ThriftHiveMetastore.Client.get_schema_all_versions(ISchemaName schemaName) |
java.util.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<java.util.List<SchemaVersion>> |
ThriftHiveMetastore.AsyncProcessor.get_schema_all_versions.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
java.util.List<SchemaVersion> |
ThriftHiveMetastore.get_schema_all_versions_result.getSuccess() |
java.util.Iterator<SchemaVersion> |
ThriftHiveMetastore.get_schema_all_versions_result.getSuccessIterator() |
java.util.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 resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_schema_version(SchemaVersion schemaVersion,
org.apache.thrift.async.AsyncMethodCallback 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.get_schema_all_versions_result.setSuccess(java.util.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<java.util.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 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_result(java.util.List<SchemaVersion> success,
NoSuchObjectException o1,
MetaException o2) |
Copyright © 2013-2021. All Rights Reserved.