public class ImmutablePartitionHolder<T> extends PartitionHolder<T>
| Constructor and Description |
|---|
ImmutablePartitionHolder(PartitionHolder partitionHolder) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(PartitionChunk<T> tPartitionChunk) |
PartitionChunk<T> |
remove(PartitionChunk<T> tPartitionChunk) |
equals, getChunk, hashCode, isComplete, isEmpty, iterator, payloads, size, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ImmutablePartitionHolder(PartitionHolder partitionHolder)
public PartitionChunk<T> remove(PartitionChunk<T> tPartitionChunk)
remove in class PartitionHolder<T>public void add(PartitionChunk<T> tPartitionChunk)
add in class PartitionHolder<T>Copyright © 2011–2017. All rights reserved.