public class KeyGroupsSavepointStateHandle extends KeyGroupsStateHandle implements SavepointKeyedStateHandle
KeyGroupsStateHandle that describes a savepoint in the unified format.| Constructor and Description |
|---|
KeyGroupsSavepointStateHandle(KeyGroupRangeOffsets groupRangeOffsets,
StreamStateHandle streamStateHandle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
KeyGroupsStateHandle |
getIntersection(KeyGroupRange keyGroupRange)
Returns a state over a range that is the intersection between this handle's key-group range
and the provided key-group range.
|
String |
toString() |
asBytesIfInMemory, discardState, getCheckpointedSize, getDelegateStateHandle, getGroupRangeOffsets, getKeyGroupRange, getOffsetForKeyGroup, getStateHandleId, getStateSize, hashCode, openInputStream, registerSharedStates, restoreclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetKeyGroupRange, getStateHandleIdgetCheckpointedSize, registerSharedStatesdiscardState, getStateSizepublic KeyGroupsSavepointStateHandle(KeyGroupRangeOffsets groupRangeOffsets, StreamStateHandle streamStateHandle)
groupRangeOffsets - range of key-group ids that in the state of this handlestreamStateHandle - handle to the actual state of the key-groupspublic KeyGroupsStateHandle getIntersection(KeyGroupRange keyGroupRange)
KeyedStateHandlegetIntersection in interface KeyedStateHandlegetIntersection in class KeyGroupsStateHandlekeyGroupRange - a key group range to intersect.public boolean equals(Object o)
equals in class KeyGroupsStateHandlepublic String toString()
toString in class KeyGroupsStateHandleCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.