All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static int |
bucketIdFromFileId(String fileId) |
static String |
bucketIdStr(int n) |
static int |
getBucketId(HoodieKey hoodieKey,
List<String> indexKeyFields,
int numBuckets) |
static int |
getBucketId(HoodieKey hoodieKey,
String indexKeyFields,
int numBuckets) |
static int |
getBucketId(HoodieRecord record,
String indexKeyFields,
int numBuckets) |
static int |
getBucketId(List<String> hashKeyFields,
int numBuckets) |
static int |
getBucketId(String recordKey,
String indexKeyFields,
int numBuckets) |
static List<String> |
getHashKeys(HoodieKey hoodieKey,
String indexKeyFields) |
protected static List<String> |
getHashKeys(String recordKey,
List<String> indexKeyFields) |
protected static List<String> |
getHashKeys(String recordKey,
String indexKeyFields) |
static boolean |
isBucketFileName(String name) |
static int |
mod(int x,
int y) |
static String |
newBucketFileIdPrefix(int bucketId) |
static String |
newBucketFileIdPrefix(String bucketId) |
static String |
partitionBucketIdStr(String partition,
int bucketId) |