@Deprecated public class AcidTableSerializer extends Object
AcidTables into strings so that they can be easily transported as
Configuration properties.| Constructor and Description |
|---|
AcidTableSerializer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AcidTable |
decode(String encoded)
Deprecated.
Returns the
AcidTable instance decoded from a base 64 representation. |
static String |
encode(AcidTable table)
Deprecated.
Returns a base 64 encoded representation of the supplied
AcidTable. |
public static String encode(AcidTable table) throws IOException
AcidTable.IOExceptionpublic static AcidTable decode(String encoded) throws IOException
AcidTable instance decoded from a base 64 representation.IOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.