| Package | Description |
|---|---|
| org.apache.hudi.metaserver.thrift |
| Modifier and Type | Field and Description |
|---|---|
MetaserverException |
ThriftHoodieMetaserver.transitionInstantState_result.o3 |
MetaserverException |
ThriftHoodieMetaserver.createTable_result.o4 |
| Modifier and Type | Method and Description |
|---|---|
MetaserverException |
MetaserverException.deepCopy() |
MetaserverException |
ThriftHoodieMetaserver.transitionInstantState_result.getO3() |
MetaserverException |
ThriftHoodieMetaserver.createTable_result.getO4() |
MetaserverException |
MetaserverException.setMessage(String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
MetaserverException.compareTo(MetaserverException other) |
boolean |
MetaserverException.equals(MetaserverException that) |
ThriftHoodieMetaserver.transitionInstantState_result |
ThriftHoodieMetaserver.transitionInstantState_result.setO3(MetaserverException o3) |
ThriftHoodieMetaserver.createTable_result |
ThriftHoodieMetaserver.createTable_result.setO4(MetaserverException o4) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHoodieMetaserver.Iface.createTable(Table table) |
void |
ThriftHoodieMetaserver.Client.createTable(Table table) |
Void |
ThriftHoodieMetaserver.AsyncClient.createTable_call.getResult() |
HoodieInstantChangeResult |
ThriftHoodieMetaserver.AsyncClient.transitionInstantState_call.getResult() |
void |
ThriftHoodieMetaserver.Client.recv_createTable() |
HoodieInstantChangeResult |
ThriftHoodieMetaserver.Client.recv_transitionInstantState() |
HoodieInstantChangeResult |
ThriftHoodieMetaserver.Iface.transitionInstantState(String db,
String tb,
THoodieInstant fromInstant,
THoodieInstant toInstant,
ByteBuffer metadata) |
HoodieInstantChangeResult |
ThriftHoodieMetaserver.Client.transitionInstantState(String db,
String tb,
THoodieInstant fromInstant,
THoodieInstant toInstant,
ByteBuffer metadata) |
| Constructor and Description |
|---|
createTable_result(MetaserverStorageException o1,
NoSuchObjectException o2,
AlreadyExistException o3,
MetaserverException o4) |
MetaserverException(MetaserverException other)
Performs a deep copy on other.
|
transitionInstantState_result(HoodieInstantChangeResult success,
MetaserverStorageException o1,
NoSuchObjectException o2,
MetaserverException o3) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.