public static class RegisteredBroadcastBackendStateMetaInfo.Snapshot<K,V> extends Object
RegisteredOperatorBackendStateMetaInfo
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
OperatorStateHandle.Mode |
getAssignmentMode() |
TypeSerializer<K> |
getKeySerializer() |
TypeSerializerConfigSnapshot |
getKeySerializerConfigSnapshot() |
String |
getName() |
TypeSerializer<V> |
getValueSerializer() |
TypeSerializerConfigSnapshot |
getValueSerializerConfigSnapshot() |
int |
hashCode() |
public String getName()
public OperatorStateHandle.Mode getAssignmentMode()
public TypeSerializer<K> getKeySerializer()
public TypeSerializer<V> getValueSerializer()
public TypeSerializerConfigSnapshot getKeySerializerConfigSnapshot()
public TypeSerializerConfigSnapshot getValueSerializerConfigSnapshot()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.