Class TransientStoreConfig<V>
java.lang.Object
org.apache.drill.exec.coord.store.TransientStoreConfig<V>
-
Constructor Summary
ModifierConstructorDescriptionprotected
TransientStoreConfig
(String name, InstanceSerializer<V> serializer) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
static <V> TransientStoreConfigBuilder<V>
static <V> TransientStoreConfigBuilder<V>
newJacksonBuilder
(com.fasterxml.jackson.databind.ObjectMapper mapper, Class<V> klazz) static <V extends com.google.protobuf.Message,
B extends com.google.protobuf.Message.Builder>
TransientStoreConfigBuilder<V>newProtoBuilder
(io.protostuff.Schema<V> writeSchema, io.protostuff.Schema<B> readSchema)
-
Constructor Details
-
TransientStoreConfig
-
-
Method Details
-
getName
-
getSerializer
-
hashCode
public int hashCode() -
equals
-
newBuilder
-
newProtoBuilder
public static <V extends com.google.protobuf.Message,B extends com.google.protobuf.Message.Builder> TransientStoreConfigBuilder<V> newProtoBuilder(io.protostuff.Schema<V> writeSchema, io.protostuff.Schema<B> readSchema) -
newJacksonBuilder
public static <V> TransientStoreConfigBuilder<V> newJacksonBuilder(com.fasterxml.jackson.databind.ObjectMapper mapper, Class<V> klazz)
-