Package org.infinispan.statetransfer
Class StateChunk
java.lang.Object
org.infinispan.statetransfer.StateChunk
Encapsulates a chunk of cache entries that belong to the same segment. This representation is suitable for sending it
to another cache during state transfer.
- Since:
- 5.2
- Author:
- anistor@redhat.com
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStateChunk(int segmentId, Collection<InternalCacheEntry<?, ?>> cacheEntries, boolean isLastChunk) -
Method Summary
-
Constructor Details
-
StateChunk
public StateChunk(int segmentId, Collection<InternalCacheEntry<?, ?>> cacheEntries, boolean isLastChunk)
-
-
Method Details