Uses of Enum
org.apache.drill.exec.cache.DistributedCache.SerializationMode
Package
Description
Distributed cache for syncing state and data between Drillbits.
-
Uses of DistributedCache.SerializationMode in org.apache.drill.exec.cache
Modifier and TypeMethodDescriptionDistributedCache.CacheConfig.getMode()
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 TypeMethodDescriptionDistributedCache.CacheConfigBuilder.mode
(DistributedCache.SerializationMode mode) ModifierConstructorDescriptionCacheConfig
(Class<K> keyClass, Class<V> valueClass, String name, DistributedCache.SerializationMode mode)