| Package | Description |
|---|---|
| org.apache.drill.exec.cache |
Distributed cache for syncing state and data between Drillbits.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedCache.SerializationMode |
DistributedCache.CacheConfig.getMode() |
static DistributedCache.SerializationMode |
DistributedCache.SerializationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedCache.SerializationMode[] |
DistributedCache.SerializationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedCache.CacheConfigBuilder<K,V> |
DistributedCache.CacheConfigBuilder.mode(DistributedCache.SerializationMode mode) |
| Constructor and Description |
|---|
CacheConfig(Class<K> keyClass,
Class<V> valueClass,
String name,
DistributedCache.SerializationMode mode) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.