JSONMessageFactory insteadpublic class JSONMessageFactory extends MessageFactory
HCAT_SERVER_URL, HCAT_SERVICE_PRINCIPAL, hiveConf| Constructor and Description |
|---|
JSONMessageFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AddPartitionMessage |
buildAddPartitionMessage(Table table,
Partition partition)
Deprecated.
Factory method for AddPartitionMessage.
|
CreateDatabaseMessage |
buildCreateDatabaseMessage(Database db)
Deprecated.
Factory method for CreateDatabaseMessage.
|
CreateTableMessage |
buildCreateTableMessage(Table table)
Deprecated.
Factory method for CreateTableMessage.
|
DropDatabaseMessage |
buildDropDatabaseMessage(Database db)
Deprecated.
Factory method for DropDatabaseMessage.
|
DropPartitionMessage |
buildDropPartitionMessage(Table table,
Partition partition)
Deprecated.
Factory method for DropPartitionMessage.
|
DropTableMessage |
buildDropTableMessage(Table table)
Deprecated.
Factory method for DropTableMessage.
|
MessageDeserializer |
getDeserializer()
Deprecated.
|
java.lang.String |
getMessageFormat()
Deprecated.
Getter for message-format.
|
java.lang.String |
getVersion()
Deprecated.
Getter for version-string, corresponding to all constructed messages.
|
getDeserializer, getInstancepublic MessageDeserializer getDeserializer()
getDeserializer in class MessageFactorypublic java.lang.String getVersion()
MessageFactorygetVersion in class MessageFactorypublic java.lang.String getMessageFormat()
MessageFactorygetMessageFormat in class MessageFactorypublic CreateDatabaseMessage buildCreateDatabaseMessage(Database db)
MessageFactorybuildCreateDatabaseMessage in class MessageFactorydb - The Database being added.public DropDatabaseMessage buildDropDatabaseMessage(Database db)
MessageFactorybuildDropDatabaseMessage in class MessageFactorydb - The Database being dropped.public CreateTableMessage buildCreateTableMessage(Table table)
MessageFactorybuildCreateTableMessage in class MessageFactorytable - The Table being created.public DropTableMessage buildDropTableMessage(Table table)
MessageFactorybuildDropTableMessage in class MessageFactorytable - The Table being dropped.public AddPartitionMessage buildAddPartitionMessage(Table table, Partition partition)
MessageFactorybuildAddPartitionMessage in class MessageFactorytable - The Table to which the partition is added.partition - The Partition being added.public DropPartitionMessage buildDropPartitionMessage(Table table, Partition partition)
MessageFactorybuildDropPartitionMessage in class MessageFactorytable - The Table from which the partition is dropped.partition - The Partition being dropped.Copyright © 2012 The Apache Software Foundation