Uses of Interface
org.infinispan.persistence.spi.NonBlockingStore.SegmentedPublisher
-
Packages that use NonBlockingStore.SegmentedPublisher Package Description org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of NonBlockingStore.SegmentedPublisher in org.infinispan.persistence.spi
Method parameters in org.infinispan.persistence.spi with type arguments of type NonBlockingStore.SegmentedPublisher Modifier and Type Method Description default CompletionStage<Void>NonBlockingStore. bulkDelete(int publisherCount, org.reactivestreams.Publisher<NonBlockingStore.SegmentedPublisher<Object>> publisher)Removes the entries for the keys provided by the publisher into the underlying store.default CompletionStage<Void>NonBlockingStore. bulkWrite(int publisherCount, org.reactivestreams.Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K,V>>> publisher)Writes the entries provided by the publisher into the underlying store.
-