| Package | Description |
|---|---|
| org.apache.hive.hcatalog.streaming.mutate.client | |
| org.apache.hive.hcatalog.streaming.mutate.worker |
| Modifier and Type | Method and Description |
|---|---|
static AcidTable |
AcidTableSerializer.decode(String encoded)
Deprecated.
Returns the
AcidTable instance decoded from a base 64 representation. |
| Modifier and Type | Method and Description |
|---|---|
List<AcidTable> |
MutatorClient.getTables()
Deprecated.
Returns the list of managed
AcidTables that can receive mutation events under the control of this
client. |
| Modifier and Type | Method and Description |
|---|---|
static String |
AcidTableSerializer.encode(AcidTable table)
Deprecated.
Returns a base 64 encoded representation of the supplied
AcidTable. |
| Modifier and Type | Method and Description |
|---|---|
MutatorCoordinatorBuilder |
MutatorCoordinatorBuilder.table(AcidTable table)
Deprecated.
Set the destination ACID table for this client.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.