public static class RegisteredKeyedBackendStateMetaInfo.Snapshot<N,S> extends Object
RegisteredKeyedBackendStateMetaInfo
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
TypeSerializer<N> |
getNamespaceSerializer() |
TypeSerializerConfigSnapshot |
getNamespaceSerializerConfigSnapshot() |
TypeSerializer<S> |
getStateSerializer() |
TypeSerializerConfigSnapshot |
getStateSerializerConfigSnapshot() |
StateDescriptor.Type |
getStateType() |
int |
hashCode() |
public StateDescriptor.Type getStateType()
public String getName()
public TypeSerializer<N> getNamespaceSerializer()
public TypeSerializer<S> getStateSerializer()
public TypeSerializerConfigSnapshot getNamespaceSerializerConfigSnapshot()
public TypeSerializerConfigSnapshot getStateSerializerConfigSnapshot()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.