public class SharedIndicesData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DO_CHECKS |
static boolean |
ourFileSharedIndicesEnabled |
Constructor and Description |
---|
SharedIndicesData() |
Modifier and Type | Method and Description |
---|---|
static <Key,Value> |
associateContentData(int id,
ID<Key,?> indexId,
Value keys,
DataExternalizer<Value> externalizer) |
static boolean |
canReadIndexValueWithoutExtraBlocking(int contentId) |
static <Key,Value> |
recallContentData(int id,
ID<Key,?> indexId,
DataExternalizer<Value> externalizer) |
static <Key,Value> |
recallFileData(int id,
ID<Key,?> indexId,
DataExternalizer<Value> externalizer) |
public static final boolean ourFileSharedIndicesEnabled
public static final boolean DO_CHECKS
public static boolean canReadIndexValueWithoutExtraBlocking(int contentId)
public static <Key,Value> Value recallFileData(int id, ID<Key,?> indexId, DataExternalizer<Value> externalizer) throws java.io.IOException
java.io.IOException
public static <Key,Value> Value recallContentData(int id, ID<Key,?> indexId, DataExternalizer<Value> externalizer) throws java.io.IOException
java.io.IOException
public static <Key,Value> void associateContentData(int id, ID<Key,?> indexId, Value keys, DataExternalizer<Value> externalizer) throws java.io.IOException
java.io.IOException