| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.messaging | |
| org.apache.hadoop.hive.metastore.messaging.json |
| Modifier and Type | Method and Description |
|---|---|
abstract AddNotNullConstraintMessage |
MessageFactory.buildAddNotNullConstraintMessage(List<org.apache.hadoop.hive.metastore.api.SQLNotNullConstraint> nns)
Factory method for building add not null constraint message
|
abstract AddNotNullConstraintMessage |
MessageDeserializer.getAddNotNullConstraintMessage(String messageBody)
Method to de-serialize AddNotNullConstraintMessage instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONAddNotNullConstraintMessage |
| Modifier and Type | Method and Description |
|---|---|
AddNotNullConstraintMessage |
JSONMessageFactory.buildAddNotNullConstraintMessage(List<org.apache.hadoop.hive.metastore.api.SQLNotNullConstraint> nns) |
AddNotNullConstraintMessage |
JSONMessageDeserializer.getAddNotNullConstraintMessage(String messageBody) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.