Uses of Class
org.infinispan.statetransfer.OutboundTransferTask
- 
Packages that use OutboundTransferTask Package Description org.infinispan.statetransfer Transfer of state to new caches in a cluster.
- 
- 
Uses of OutboundTransferTask in org.infinispan.statetransferMethods in org.infinispan.statetransfer with parameters of type OutboundTransferTask Modifier and Type Method Description protected voidStateProviderImpl. addTransfer(OutboundTransferTask transferTask)protected voidStateProviderImpl. onTaskCompletion(OutboundTransferTask transferTask)Constructor parameters in org.infinispan.statetransfer with type arguments of type OutboundTransferTask Constructor Description OutboundTransferTask(Address destination, IntSet segments, int segmentCount, int chunkSize, int topologyId, KeyPartitioner keyPartitioner, Consumer<OutboundTransferTask> onCompletion, Consumer<List<StateChunk>> onChunkReplicated, BiFunction<InternalCacheEntry,org.infinispan.container.impl.InternalEntryFactory,InternalCacheEntry> mapEntryFromDataContainer, BiFunction<MarshalledEntry,org.infinispan.container.impl.InternalEntryFactory,InternalCacheEntry> mapEntryFromStore, org.infinispan.container.impl.InternalDataContainer dataContainer, PersistenceManager persistenceManager, RpcManager rpcManager, org.infinispan.commands.CommandsFactory commandsFactory, org.infinispan.container.impl.InternalEntryFactory ef, long timeout, String cacheName, boolean applyState, boolean pushTransfer)
 
-