| Package | Description |
|---|---|
| org.apache.hudi.common.model |
| Modifier and Type | Method and Description |
|---|---|
static List<ConsistentHashingNode> |
ConsistentHashingNode.fromJsonString(String json) |
List<ConsistentHashingNode> |
HoodieConsistentHashingMetadata.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2022 The Apache Software Foundation. All rights reserved.