public static class SetDigestStateFactory.GroupedSetDigestState extends Object implements GroupedAccumulatorState, SetDigestState
| Constructor and Description |
|---|
GroupedSetDigestState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ensureCapacity(long size) |
SetDigest |
getDigest() |
long |
getEstimatedSize() |
void |
setDigest(SetDigest value) |
void |
setGroupId(long groupId) |
public void setGroupId(long groupId)
setGroupId in interface GroupedAccumulatorStatepublic void ensureCapacity(long size)
ensureCapacity in interface GroupedAccumulatorStatepublic SetDigest getDigest()
getDigest in interface SetDigestStatepublic void setDigest(SetDigest value)
setDigest in interface SetDigestStatepublic long getEstimatedSize()
getEstimatedSize in interface AccumulatorStateCopyright © 2012–2019. All rights reserved.