public class StateChunk extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StateChunk.Externalizer |
Constructor and Description |
---|
StateChunk(int segmentId,
Collection<InternalCacheEntry<?,?>> cacheEntries,
boolean isLastChunk) |
Modifier and Type | Method and Description |
---|---|
Collection<InternalCacheEntry<?,?>> |
getCacheEntries() |
int |
getSegmentId() |
boolean |
isLastChunk() |
String |
toString() |
public StateChunk(int segmentId, Collection<InternalCacheEntry<?,?>> cacheEntries, boolean isLastChunk)
public int getSegmentId()
public Collection<InternalCacheEntry<?,?>> getCacheEntries()
public boolean isLastChunk()
Copyright © 2021 JBoss by Red Hat. All rights reserved.