| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
OptionalCompactionInfoStruct |
AbstractThriftHiveMetastore.find_next_compact(String workerId)
Deprecated.
|
OptionalCompactionInfoStruct |
AbstractThriftHiveMetastore.find_next_compact2(FindNextCompactRequest rqst) |
OptionalCompactionInfoStruct |
HiveMetaStoreClient.findNextCompact(FindNextCompactRequest rqst) |
OptionalCompactionInfoStruct |
IMetaStoreClient.findNextCompact(FindNextCompactRequest rqst)
Get the next compaction job to do.
|
OptionalCompactionInfoStruct |
HiveMetaStoreClient.findNextCompact(String workerId)
Deprecated.
|
OptionalCompactionInfoStruct |
IMetaStoreClient.findNextCompact(String workerId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<OptionalCompactionInfoStruct> |
ThriftHiveMetastore.AsyncProcessor.find_next_compact.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<OptionalCompactionInfoStruct> |
ThriftHiveMetastore.AsyncProcessor.find_next_compact2.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
OptionalCompactionInfoStruct.compareTo(OptionalCompactionInfoStruct other) |
boolean |
OptionalCompactionInfoStruct.equals(OptionalCompactionInfoStruct that) |
void |
ThriftHiveMetastore.find_next_compact_result.setSuccess(OptionalCompactionInfoStruct success) |
void |
ThriftHiveMetastore.find_next_compact2_result.setSuccess(OptionalCompactionInfoStruct success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.find_next_compact(String workerId,
org.apache.thrift.async.AsyncMethodCallback<OptionalCompactionInfoStruct> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.find_next_compact(String workerId,
org.apache.thrift.async.AsyncMethodCallback<OptionalCompactionInfoStruct> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.find_next_compact2(FindNextCompactRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<OptionalCompactionInfoStruct> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.find_next_compact2(FindNextCompactRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<OptionalCompactionInfoStruct> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.find_next_compact.start(I iface,
ThriftHiveMetastore.find_next_compact_args args,
org.apache.thrift.async.AsyncMethodCallback<OptionalCompactionInfoStruct> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.find_next_compact2.start(I iface,
ThriftHiveMetastore.find_next_compact2_args args,
org.apache.thrift.async.AsyncMethodCallback<OptionalCompactionInfoStruct> resultHandler) |
| Constructor and Description |
|---|
find_next_compact_result(OptionalCompactionInfoStruct success,
MetaException o1) |
find_next_compact2_result(OptionalCompactionInfoStruct success,
MetaException o1) |
OptionalCompactionInfoStruct(OptionalCompactionInfoStruct other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
find_next_compact_call(String workerId,
org.apache.thrift.async.AsyncMethodCallback<OptionalCompactionInfoStruct> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
find_next_compact2_call(FindNextCompactRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<OptionalCompactionInfoStruct> 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.