| Package | Description |
|---|---|
| org.apache.hudi.metaserver.thrift |
| Modifier and Type | Field and Description |
|---|---|
HoodieInstantChangeResult |
ThriftHoodieMetaserver.createNewInstantWithTime_result.success |
HoodieInstantChangeResult |
ThriftHoodieMetaserver.transitionInstantState_result.success |
HoodieInstantChangeResult |
ThriftHoodieMetaserver.deleteInstant_result.success |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> |
ThriftHoodieMetaserver.AsyncProcessor.createNewInstantWithTime.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> |
ThriftHoodieMetaserver.AsyncProcessor.transitionInstantState.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> |
ThriftHoodieMetaserver.AsyncProcessor.deleteInstant.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
HoodieInstantChangeResult.compareTo(HoodieInstantChangeResult other) |
boolean |
HoodieInstantChangeResult.equals(HoodieInstantChangeResult that) |
ThriftHoodieMetaserver.createNewInstantWithTime_result |
ThriftHoodieMetaserver.createNewInstantWithTime_result.setSuccess(HoodieInstantChangeResult success) |
ThriftHoodieMetaserver.transitionInstantState_result |
ThriftHoodieMetaserver.transitionInstantState_result.setSuccess(HoodieInstantChangeResult success) |
ThriftHoodieMetaserver.deleteInstant_result |
ThriftHoodieMetaserver.deleteInstant_result.setSuccess(HoodieInstantChangeResult success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHoodieMetaserver.AsyncIface.createNewInstantWithTime(String db,
String tb,
THoodieInstant instant,
ByteBuffer content,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler) |
void |
ThriftHoodieMetaserver.AsyncClient.createNewInstantWithTime(String db,
String tb,
THoodieInstant instant,
ByteBuffer content,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler) |
void |
ThriftHoodieMetaserver.AsyncIface.deleteInstant(String db,
String tb,
THoodieInstant instant,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler) |
void |
ThriftHoodieMetaserver.AsyncClient.deleteInstant(String db,
String tb,
THoodieInstant instant,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler) |
void |
ThriftHoodieMetaserver.AsyncProcessor.createNewInstantWithTime.start(I iface,
ThriftHoodieMetaserver.createNewInstantWithTime_args args,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler) |
void |
ThriftHoodieMetaserver.AsyncProcessor.deleteInstant.start(I iface,
ThriftHoodieMetaserver.deleteInstant_args args,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler) |
void |
ThriftHoodieMetaserver.AsyncProcessor.transitionInstantState.start(I iface,
ThriftHoodieMetaserver.transitionInstantState_args args,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler) |
void |
ThriftHoodieMetaserver.AsyncIface.transitionInstantState(String db,
String tb,
THoodieInstant fromInstant,
THoodieInstant toInstant,
ByteBuffer metadata,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler) |
void |
ThriftHoodieMetaserver.AsyncClient.transitionInstantState(String db,
String tb,
THoodieInstant fromInstant,
THoodieInstant toInstant,
ByteBuffer metadata,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler) |
| Constructor and Description |
|---|
createNewInstantWithTime_result(HoodieInstantChangeResult success,
MetaserverStorageException o1,
NoSuchObjectException o2) |
deleteInstant_result(HoodieInstantChangeResult success,
MetaserverStorageException o1,
NoSuchObjectException o2) |
HoodieInstantChangeResult(HoodieInstantChangeResult other)
Performs a deep copy on other.
|
transitionInstantState_result(HoodieInstantChangeResult success,
MetaserverStorageException o1,
NoSuchObjectException o2,
MetaserverException o3) |
| Constructor and Description |
|---|
createNewInstantWithTime_call(String db,
String tb,
THoodieInstant instant,
ByteBuffer content,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
deleteInstant_call(String db,
String tb,
THoodieInstant instant,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
transitionInstantState_call(String db,
String tb,
THoodieInstant fromInstant,
THoodieInstant toInstant,
ByteBuffer metadata,
org.apache.thrift.async.AsyncMethodCallback<HoodieInstantChangeResult> 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.