public class TransientStoreConfig<V> extends Object
Modifier | Constructor and Description |
---|---|
protected |
TransientStoreConfig(String name,
InstanceSerializer<V> serializer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
InstanceSerializer<V> |
getSerializer() |
int |
hashCode() |
static <V> TransientStoreConfigBuilder<V> |
newBuilder() |
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> |
newProtoBuilder(io.protostuff.Schema<V> writeSchema,
io.protostuff.Schema<B> readSchema) |
protected TransientStoreConfig(String name, InstanceSerializer<V> serializer)
public String getName()
public InstanceSerializer<V> getSerializer()
public static <V> TransientStoreConfigBuilder<V> newBuilder()
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)
public static <V> TransientStoreConfigBuilder<V> newJacksonBuilder(com.fasterxml.jackson.databind.ObjectMapper mapper, Class<V> klazz)
Copyright © 1970 The Apache Software Foundation. All rights reserved.