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