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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.