@Deprecated public class KeyGroupState extends Object implements Serializable
Constructor and Description |
---|
KeyGroupState(org.apache.flink.migration.util.SerializedValue<StateHandle<?>> keyGroupState,
long stateSize,
long duration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
long |
getDuration()
Deprecated.
|
org.apache.flink.migration.util.SerializedValue<StateHandle<?>> |
getKeyGroupState()
Deprecated.
|
long |
getStateSize()
Deprecated.
|
int |
hashCode()
Deprecated.
|
public KeyGroupState(org.apache.flink.migration.util.SerializedValue<StateHandle<?>> keyGroupState, long stateSize, long duration)
public org.apache.flink.migration.util.SerializedValue<StateHandle<?>> getKeyGroupState()
public long getDuration()
public long getStateSize()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.