Uses of Interface
org.apache.drill.exec.serialization.InstanceSerializer
Packages that use InstanceSerializer
Package
Description
-
Uses of InstanceSerializer in org.apache.drill.exec.coord.store
Methods in org.apache.drill.exec.coord.store that return InstanceSerializerModifier and TypeMethodDescriptionTransientStoreConfig.getSerializer()
TransientStoreConfigBuilder.serializer()
Methods in org.apache.drill.exec.coord.store with parameters of type InstanceSerializerModifier and TypeMethodDescriptionTransientStoreConfigBuilder.serializer
(InstanceSerializer<T> serializer) Constructors in org.apache.drill.exec.coord.store with parameters of type InstanceSerializerModifierConstructorDescriptionprotected
TransientStoreConfig
(String name, InstanceSerializer<V> serializer) -
Uses of InstanceSerializer in org.apache.drill.exec.serialization
Classes in org.apache.drill.exec.serialization that implement InstanceSerializerModifier and TypeClassDescriptionclass
class
ProtoSerializer<T,
B extends com.google.protobuf.Message.Builder> -
Uses of InstanceSerializer in org.apache.drill.exec.store.sys
Methods in org.apache.drill.exec.store.sys that return InstanceSerializerConstructors in org.apache.drill.exec.store.sys with parameters of type InstanceSerializerModifierConstructorDescriptionprotected
PersistentStoreConfig
(String name, InstanceSerializer<V> valueSerializer, PersistentStoreMode mode, int capacity) protected
StoreConfigBuilder
(InstanceSerializer<V> serializer)