| Package | Description |
|---|---|
| org.apache.hudi.common.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConsistentHashingNode> |
HoodieConsistentHashingMetadata.childrenNodes |
| Modifier and Type | Method and Description |
|---|---|
static List<ConsistentHashingNode> |
ConsistentHashingNode.fromJsonString(String json) |
List<ConsistentHashingNode> |
HoodieConsistentHashingMetadata.getChildrenNodes() |
List<ConsistentHashingNode> |
HoodieConsistentHashingMetadata.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieConsistentHashingMetadata.setChildrenNodes(List<ConsistentHashingNode> childrenNodes) |
static String |
ConsistentHashingNode.toJsonString(List<ConsistentHashingNode> nodes) |
| Constructor and Description |
|---|
HoodieConsistentHashingMetadata(short version,
String partitionPath,
String instant,
int numBuckets,
int seqNo,
List<ConsistentHashingNode> nodes) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.