@Stability.Internal public class ActiveTransactionRecordIds extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_ATR_BLOCKS |
static int |
MAX_ATRS |
static int |
NUM_ATRS_DEFAULT |
static int |
NUM_VBUCKETS |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
allAtrs(int numAtrs) |
static List<String> |
atrIdsForVbucket(int vbucketId,
int numAtrs) |
static String |
randomAtrIdForVbucket(int vbucketId,
int numAtrs) |
static int |
vbucketForKey(String id,
int numPartitions) |
public static final int NUM_VBUCKETS
public static final int NUM_ATRS_DEFAULT
public static final int MAX_ATR_BLOCKS
public static final int MAX_ATRS
Copyright © 2024 Couchbase, Inc.. All rights reserved.