@InterfaceAudience.Private public class NamespacesInstanceModel extends Object implements Serializable, ProtobufMessageHandler
Constructor and Description |
---|
NamespacesInstanceModel()
Default constructor.
|
NamespacesInstanceModel(Admin admin,
String namespaceName)
Constructor
|
NamespacesInstanceModel(String namespaceName)
Constructor to use if namespace does not exist in HBASE.
|
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String key,
String value)
Add property to the namespace.
|
byte[] |
createProtobufOutput() |
String |
getNamespaceName() |
ProtobufMessageHandler |
getObjectFromMessage(byte[] message)
Initialize the model from a protobuf representation.
|
Map<String,String> |
getProperties() |
String |
toString() |
public NamespacesInstanceModel()
public NamespacesInstanceModel(String namespaceName) throws IOException
namespaceName
- the namespace name.IOException
public NamespacesInstanceModel(Admin admin, String namespaceName) throws IOException
admin
- the administrative APInamespaceName
- the namespace name.IOException
public void addProperty(String key, String value)
key
- attribute namevalue
- attribute valuepublic Map<String,String> getProperties()
public String getNamespaceName()
public byte[] createProtobufOutput()
createProtobufOutput
in interface ProtobufMessageHandler
public ProtobufMessageHandler getObjectFromMessage(byte[] message) throws IOException
ProtobufMessageHandler
getObjectFromMessage
in interface ProtobufMessageHandler
message
- the raw bytes of the protobuf messageIOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.