Class RemotePublisher<K,E>
java.lang.Object
org.infinispan.hotrod.impl.iteration.RemotePublisher<K,E>
- All Implemented Interfaces:
org.reactivestreams.Publisher<org.infinispan.api.common.CacheEntry<K,E>>
public class RemotePublisher<K,E>
extends Object
implements org.reactivestreams.Publisher<org.infinispan.api.common.CacheEntry<K,E>>
-
Constructor Summary
ConstructorsConstructorDescriptionRemotePublisher(CacheOperationsFactory cacheOperationsFactory, String filterConverterFactory, byte[][] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat) -
Method Summary
-
Constructor Details
-
RemotePublisher
public RemotePublisher(CacheOperationsFactory cacheOperationsFactory, String filterConverterFactory, byte[][] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat)
-
-
Method Details