| Modifier and Type | Class and Description |
|---|---|
static class |
DataNode.Builder<B extends DataNode.Builder<B>>
Represents the implementation of data node builder class.
|
static class |
DataNode.Type |
| Modifier and Type | Field and Description |
|---|---|
protected NodeKey |
key
Identifies a node uniquely among its siblings.
|
protected DataNode.Type |
type
Type of node in data store.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DataNode(DataNode.Builder builder)
Creates an instance of data node.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DataNode.Builder |
copyBuilder()
Returns data node builder for a given data node.
|
NodeKey |
key()
Returns the key to identify a branching node.
|
DataNode.Type |
type()
Returns the type of node.
|
protected DataNode.Type type
protected NodeKey key
protected DataNode(DataNode.Builder builder)
builder - data node builderpublic DataNode.Type type()
public NodeKey key()
public abstract DataNode.Builder copyBuilder()
Copyright © 2018. All rights reserved.