Uses of Interface
org.infinispan.commons.util.IntSet
Packages that use IntSet
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Hot Rod client API.
Commons package providing various utility classes
Classes relating to the distributed cache mode.
Persistence API.
Simple filesystem-based
CacheWriter
implementation.This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.JDBC CacheStore implementation which maps keys to strings.
Hot Rod-based
AdvancedLoadWriteStore
.RocksDB-based
AdvancedLoadWriteStore
.Soft Index
AdvancedLoadWriteStore
.The Persistence SPI.
This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.-
Uses of IntSet in org.infinispan
Methods in org.infinispan with parameters of type IntSetModifier and TypeMethodDescriptionBaseCacheStream.filterKeySegments
(IntSet segments) Filters which entries are returned by what segment they are present in.CacheStream.filterKeySegments
(IntSet segments) Filters which entries are returned by what segment they are present in.LockedStream.filterKeySegments
(IntSet segments) Filters which entries are returned by what segment they are present in.default org.reactivestreams.Publisher<E>
CacheCollection.localPublisher
(IntSet segments) Returns a publisher that will publish all elements that map to the given segment. -
Uses of IntSet in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with parameters of type IntSetModifier and TypeMethodDescriptionThis method is identical toRemoteCache.entrySet()
except that it will only return entries that map to the given segments.This method is identical toRemoteCache.keySet()
except that it will only return keys that map to the given segments.This method is identical toRemoteCache.values()
except that it will only return values that map to the given segments. -
Uses of IntSet in org.infinispan.commons.util
Classes in org.infinispan.commons.util that implement IntSetModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.since 9.3 This class will no longer be public.class
Deprecated.since 9.3 This class will no longer be public.Methods in org.infinispan.commons.util that return IntSetModifier and TypeMethodDescriptionstatic IntSet
IntSets.concurrentCopyFrom
(IntSet intSet, int maxExclusive) Returns a copy of the given set that supports concurrent operations.static IntSet
IntSets.concurrentSet
(int maxExclusive) Returns a concurrent mutable IntSet that can store values in the range of0..maxExclusive-1
static IntSet
IntSets.from
(byte[] bytes) static IntSet
IntSets.from
(PrimitiveIterator.OfInt iterator) Returns an IntSet based on the ints in the iterator.static IntSet
Returns an IntSet based on the provided Set.BloomFilter.getIntSet()
static IntSet
IntSets.immutableEmptySet()
Returns an immutable IntSet containing no valuesstatic IntSet
IntSets.immutableRangeSet
(int endExclusive) Returns an immutable IntSet containing all values from0
toendExclusive - 1
.static IntSet
IntSets.immutableSet
(int value) Returns an immutable IntSet containing a single valuestatic IntSet
IntSets.immutableSet
(IntSet set) Returns an immutable IntSet that wraps the given IntSet to prevent modifications.static IntSet
IntSets.mutableCopyFrom
(Set<Integer> mutableSet) Returns an IntSet that contains all ints from the given Set that is mutable.static IntSet
IntSets.mutableEmptySet()
Returns a mutable IntSet with no values set.static IntSet
IntSets.mutableEmptySet
(int maxExclusive) Returns an IntSet that contains no values but is initialized to hold ints equal to themaxExclusive -1
or smaller.static IntSet
IntSets.mutableFrom
(Set<Integer> integerSet) Returns an IntSet that is mutable that contains all of the values from the given set.static IntSet
IntSets.mutableSet
(int value) Returns a mutable set with the initial value set.static IntSet
IntSets.mutableSet
(int value1, int value2) Returns a mutable IntSet that begins with the initialized valuesstatic IntSet
IntSetsExternalization.readFrom
(ObjectInput input) Methods in org.infinispan.commons.util that return types with arguments of type IntSetMethods in org.infinispan.commons.util with parameters of type IntSetModifier and TypeMethodDescriptionboolean
Deprecated.boolean
Adds all ints from the provided set into this oneboolean
Deprecated.boolean
Deprecated.static IntSet
IntSets.concurrentCopyFrom
(IntSet intSet, int maxExclusive) Returns a copy of the given set that supports concurrent operations.boolean
ImmutableIntSet.containsAll
(IntSet set) Deprecated.boolean
IntSet.containsAll
(IntSet set) Whether this set contains all ints in the given IntSetboolean
RangeSet.containsAll
(IntSet set) Deprecated.boolean
SmallIntSet.containsAll
(IntSet set) Deprecated.static IntSet
IntSets.immutableSet
(IntSet set) Returns an immutable IntSet that wraps the given IntSet to prevent modifications.boolean
Removes all ints from this IntSet that are in the provided IntSetboolean
Deprecated.boolean
Deprecated.boolean
Modifies this set to remove all ints that are not present in the provided IntSetboolean
Deprecated.boolean
Deprecated.void
Clears all current bits and sets them to the values in the providedIntSet
.static void
IntSetsExternalization.writeTo
(ObjectOutput output, IntSet intSet) Constructors in org.infinispan.commons.util with parameters of type IntSet -
Uses of IntSet in org.infinispan.distribution
Methods in org.infinispan.distribution that return IntSetModifier and TypeMethodDescriptionLocalizedCacheTopology.getLocalPrimarySegments()
LocalizedCacheTopology.getLocalReadSegments()
LocalizedCacheTopology.getLocalWriteSegments()
-
Uses of IntSet in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type IntSetModifier and TypeMethodDescriptionstatic int
PersistenceUtil.count
(SegmentedAdvancedLoadWriteStore<?, ?> salws, IntSet segments) Counts how many entries are present in the segmented store.static <R> org.reactivestreams.Publisher<R>
PersistenceUtil.parallelizePublisher
(IntSet segments, Executor executor, IntFunction<org.reactivestreams.Publisher<R>> publisherFunction) Will create a publisher that parallelizes each publisher returned from the publisherFunction by executing them on the executor as needed.static <K,
V> Set<K> PersistenceUtil.toKeySet
(NonBlockingStore<K, V> nonBlockingStore, IntSet segments, Predicate<? super K> filter) -
Uses of IntSet in org.infinispan.persistence.file
Methods in org.infinispan.persistence.file with parameters of type IntSetModifier and TypeMethodDescriptionSingleFileStore.addSegments
(IntSet segments) SingleFileStore.approximateSize
(IntSet segments) org.reactivestreams.Publisher<MarshallableEntry<K,
V>> SingleFileStore.publishEntries
(IntSet segments, Predicate<? super K> filter, boolean includeValues) org.reactivestreams.Publisher<K>
SingleFileStore.publishKeys
(IntSet segments, Predicate<? super K> filter) SingleFileStore.removeSegments
(IntSet segments) -
Uses of IntSet in org.infinispan.persistence.jdbc.common
Methods in org.infinispan.persistence.jdbc.common with parameters of type IntSetModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Flowable<MarshallableEntry<K,
V>> TableOperations.publishEntries
(Supplier<Connection> connectionSupplier, Consumer<Connection> connectionCloser, IntSet segments, Predicate<? super K> filter, boolean fetchValue) default io.reactivex.rxjava3.core.Flowable<K>
TableOperations.publishKeys
(Supplier<Connection> connectionSupplier, Consumer<Connection> connectionCloser, IntSet segments, Predicate<? super K> filter) -
Uses of IntSet in org.infinispan.persistence.jdbc.stringbased
Methods in org.infinispan.persistence.jdbc.stringbased with parameters of type IntSetModifier and TypeMethodDescriptionJdbcStringBasedStore.addSegments
(IntSet segments) JdbcStringBasedStore.approximateSize
(IntSet segments) JdbcStringBasedStore.removeSegments
(IntSet segments) -
Uses of IntSet in org.infinispan.persistence.remote
Methods in org.infinispan.persistence.remote with parameters of type IntSetModifier and TypeMethodDescriptionRemoteStore.addSegments
(IntSet segments) RemoteStore.approximateSize
(IntSet segments) org.reactivestreams.Publisher<MarshallableEntry<K,
V>> RemoteStore.publishEntries
(IntSet segments, Predicate<? super K> filter, boolean includeValues) io.reactivex.rxjava3.core.Flowable<K>
RemoteStore.publishKeys
(IntSet segments, Predicate<? super K> filter) RemoteStore.removeSegments
(IntSet segments) -
Uses of IntSet in org.infinispan.persistence.rocksdb
Methods in org.infinispan.persistence.rocksdb with parameters of type IntSetModifier and TypeMethodDescriptionRocksDBStore.addSegments
(IntSet segments) RocksDBStore.approximateSize
(IntSet segments) org.reactivestreams.Publisher<MarshallableEntry<K,
V>> RocksDBStore.publishEntries
(IntSet segments, Predicate<? super K> filter, boolean includeValues) org.reactivestreams.Publisher<K>
RocksDBStore.publishKeys
(IntSet segments, Predicate<? super K> filter) RocksDBStore.removeSegments
(IntSet segments) -
Uses of IntSet in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return IntSetMethods in org.infinispan.persistence.sifs with parameters of type IntSetModifier and TypeMethodDescriptionNonBlockingSoftIndexFileStore.addSegments
(IntSet segments) void
TemporaryTable.addSegments
(IntSet segments) NonBlockingSoftIndexFileStore.approximateSize
(IntSet segments) org.reactivestreams.Publisher<MarshallableEntry<K,
V>> NonBlockingSoftIndexFileStore.publishEntries
(IntSet segments, Predicate<? super K> filter, boolean includeValues) org.reactivestreams.Publisher<K>
NonBlockingSoftIndexFileStore.publishKeys
(IntSet segments, Predicate<? super K> filter) NonBlockingSoftIndexFileStore.removeSegments
(IntSet segments) void
TemporaryTable.removeSegments
(IntSet segments) -
Uses of IntSet in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi with parameters of type IntSetModifier and TypeMethodDescriptiondefault CompletionStage<Void>
NonBlockingStore.addSegments
(IntSet segments) Invoked when a node becomes an owner of the given segments.default void
SegmentedAdvancedLoadWriteStore.addSegments
(IntSet segments) Deprecated.Invoked when a node becomes an owner of the given segments.default CompletionStage<Long>
NonBlockingStore.approximateSize
(IntSet segments) Returns an estimation of the amount of entries that map to the given segments in the store.void
Deprecated.Removes all the data that maps to the given segments from the storage.org.reactivestreams.Publisher<MarshallableEntry<K,
V>> SegmentedAdvancedLoadWriteStore.entryPublisher
(IntSet segments, Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata) Deprecated.Publishes all entries from this store.default org.reactivestreams.Publisher<MarshallableEntry<K,
V>> NonBlockingStore.publishEntries
(IntSet segments, Predicate<? super K> filter, boolean includeValues) Publishes entries from this store that are in one of the provided segments and also pass the provided filter.default org.reactivestreams.Publisher<K>
NonBlockingStore.publishKeys
(IntSet segments, Predicate<? super K> filter) Publishes keys from this store that are in one of the provided segments and also pass the provided filter.org.reactivestreams.Publisher<K>
SegmentedAdvancedLoadWriteStore.publishKeys
(IntSet segments, Predicate<? super K> filter) Deprecated.Publishes all the keys that map to the given segments from this store.default CompletionStage<Void>
NonBlockingStore.removeSegments
(IntSet segments) Invoked when a node loses ownership of the given segments.default void
SegmentedAdvancedLoadWriteStore.removeSegments
(IntSet segments) Deprecated.Invoked when a node loses ownership of a segment.default CompletionStage<Long>
Returns the amount of entries that map to the given segments in the store.int
Deprecated.Returns the number of elements in the store that map to the given segments that aren't expired. -
Uses of IntSet in org.infinispan.persistence.sql
Methods in org.infinispan.persistence.sql with parameters of type IntSetModifier and TypeMethodDescriptionQueriesJdbcStore.QueryTableOperations.getSelectAllSql
(IntSet segments) TableJdbcStore.TableTableOperations.getSelectAllSql
(IntSet segments)
IntSets.immutableSet(IntSet)