Uses of Interface
org.infinispan.marshall.core.MarshalledEntry
-
-
Uses of MarshalledEntry in org.infinispan.expiration
Methods in org.infinispan.expiration with parameters of type MarshalledEntry Modifier and Type Method Description voidExpirationManager. handleInStoreExpiration(MarshalledEntry<K,V> marshalledEntry)Deprecated.since 9.3 this method is not intended for external use -
Uses of MarshalledEntry in org.infinispan.marshall.core
Classes in org.infinispan.marshall.core that implement MarshalledEntry Modifier and Type Class Description classMarshalledEntryImpl<K,V>Methods in org.infinispan.marshall.core that return MarshalledEntry Modifier and Type Method Description static <K,V>
MarshalledEntry<K,V>MarshalledEntryImpl. empty()Returns the value that should be used as an empty MarshalledEntry.MarshalledEntry<K,V>MarshalledEntryFactory. newMarshalledEntry(java.lang.Object key, java.lang.Object value, InternalMetadata im)MarshalledEntry<K,V>MarshalledEntryFactory. newMarshalledEntry(java.lang.Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)MarshalledEntry<K,V>MarshalledEntryFactory. newMarshalledEntry(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes)MarshalledEntryMarshalledEntryFactoryImpl. newMarshalledEntry(java.lang.Object key, java.lang.Object value, InternalMetadata im)MarshalledEntryMarshalledEntryFactoryImpl. newMarshalledEntry(java.lang.Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)MarshalledEntryMarshalledEntryFactoryImpl. newMarshalledEntry(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes) -
Uses of MarshalledEntry in org.infinispan.persistence
Methods in org.infinispan.persistence that return MarshalledEntry Modifier and Type Method Description static <K,V>
MarshalledEntry<K,V>PersistenceUtil. loadAndCheckExpiration(PersistenceManager persistenceManager, java.lang.Object key, InvocationContext context, TimeService timeService)Deprecated.since 9.4 This method references PersistenceManager, which isn't a public classMethods in org.infinispan.persistence with parameters of type MarshalledEntry Modifier and Type Method Description static <K,V>
InternalCacheEntry<K,V>PersistenceUtil. convert(MarshalledEntry<K,V> loaded, org.infinispan.container.impl.InternalEntryFactory factory) -
Uses of MarshalledEntry in org.infinispan.persistence.async
Methods in org.infinispan.persistence.async that return MarshalledEntry Modifier and Type Method Description MarshalledEntry<K,V>AsyncCacheLoader. load(java.lang.Object key)Methods in org.infinispan.persistence.async that return types with arguments of type MarshalledEntry Modifier and Type Method Description org.reactivestreams.Publisher<MarshalledEntry<K,V>>AdvancedAsyncCacheLoader. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)Methods in org.infinispan.persistence.async with parameters of type MarshalledEntry Modifier and Type Method Description voidAsyncCacheWriter. write(MarshalledEntry entry) -
Uses of MarshalledEntry in org.infinispan.persistence.cluster
Methods in org.infinispan.persistence.cluster that return MarshalledEntry Modifier and Type Method Description MarshalledEntryClusterLoader. load(java.lang.Object key) -
Uses of MarshalledEntry in org.infinispan.persistence.file
Methods in org.infinispan.persistence.file that return MarshalledEntry Modifier and Type Method Description MarshalledEntry<K,V>SingleFileStore. load(java.lang.Object key)Methods in org.infinispan.persistence.file that return types with arguments of type MarshalledEntry Modifier and Type Method Description io.reactivex.Flowable<MarshalledEntry<K,V>>SingleFileStore. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)Methods in org.infinispan.persistence.file with parameters of type MarshalledEntry Modifier and Type Method Description voidSingleFileStore. write(MarshalledEntry<? extends K,? extends V> marshalledEntry) -
Uses of MarshalledEntry in org.infinispan.persistence.jdbc.stringbased
Methods in org.infinispan.persistence.jdbc.stringbased that return MarshalledEntry Modifier and Type Method Description MarshalledEntry<K,V>JdbcStringBasedStore. load(java.lang.Object key)Methods in org.infinispan.persistence.jdbc.stringbased that return types with arguments of type MarshalledEntry Modifier and Type Method Description io.reactivex.Flowable<MarshalledEntry<K,V>>JdbcStringBasedStore. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)org.reactivestreams.Publisher<MarshalledEntry<K,V>>JdbcStringBasedStore. publishEntries(IntSet segments, java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)Methods in org.infinispan.persistence.jdbc.stringbased with parameters of type MarshalledEntry Modifier and Type Method Description voidJdbcStringBasedStore. write(MarshalledEntry entry)Method parameters in org.infinispan.persistence.jdbc.stringbased with type arguments of type MarshalledEntry Modifier and Type Method Description voidJdbcStringBasedStore. writeBatch(java.lang.Iterable<MarshalledEntry<? extends K,? extends V>> marshalledEntries) -
Uses of MarshalledEntry in org.infinispan.persistence.jpa
Methods in org.infinispan.persistence.jpa that return MarshalledEntry Modifier and Type Method Description MarshalledEntryJpaStore. load(java.lang.Object key)Methods in org.infinispan.persistence.jpa that return types with arguments of type MarshalledEntry Modifier and Type Method Description io.reactivex.Flowable<MarshalledEntry<K,V>>JpaStore. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)Methods in org.infinispan.persistence.jpa with parameters of type MarshalledEntry Modifier and Type Method Description voidJpaStore. write(MarshalledEntry entry)Method parameters in org.infinispan.persistence.jpa with type arguments of type MarshalledEntry Modifier and Type Method Description voidJpaStore. writeBatch(java.lang.Iterable<MarshalledEntry<? extends K,? extends V>> marshalledEntries) -
Uses of MarshalledEntry in org.infinispan.persistence.manager
Methods in org.infinispan.persistence.manager that return MarshalledEntry Modifier and Type Method Description MarshalledEntryPersistenceManager. loadFromAllStores(java.lang.Object key, boolean localInvocation, boolean includeStores)Loads an entry from the persistence store for the given key.default MarshalledEntryPersistenceManager. loadFromAllStores(java.lang.Object key, int segment, boolean localInvocation, boolean includeStores)Same asPersistenceManager.loadFromAllStores(Object, boolean, boolean)except that the segment of the key is also provided to avoid having to calculate the segment.MarshalledEntryPersistenceManagerImpl. loadFromAllStores(java.lang.Object key, boolean localInvocation, boolean includeStores)MarshalledEntryPersistenceManagerImpl. loadFromAllStores(java.lang.Object key, int segment, boolean localInvocation, boolean includeStores)MarshalledEntryPersistenceManagerStub. loadFromAllStores(java.lang.Object key, boolean localInvocation, boolean includeStores)MarshalledEntryPersistenceManagerStub. loadFromAllStores(java.lang.Object key, int segment, boolean localInvocation, boolean includeStores)Methods in org.infinispan.persistence.manager that return types with arguments of type MarshalledEntry Modifier and Type Method Description default <K,V>
org.reactivestreams.Publisher<MarshalledEntry<K,V>>PersistenceManager. publishEntries(boolean fetchValue, boolean fetchMetadata)<K,V>
org.reactivestreams.Publisher<MarshalledEntry<K,V>>PersistenceManager. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, java.util.function.Predicate<? super StoreConfiguration> predicate)Returns a publisher that will publish all entries stored by the underlying cache store.<K,V>
org.reactivestreams.Publisher<MarshalledEntry<K,V>>PersistenceManager. publishEntries(IntSet segments, java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, java.util.function.Predicate<? super StoreConfiguration> predicate)Returns a publisher that will publish entries that map to the provided segments.<K,V>
org.reactivestreams.Publisher<MarshalledEntry<K,V>>PersistenceManagerImpl. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, java.util.function.Predicate<? super StoreConfiguration> predicate)<K,V>
org.reactivestreams.Publisher<MarshalledEntry<K,V>>PersistenceManagerImpl. publishEntries(IntSet segments, java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, java.util.function.Predicate<? super StoreConfiguration> predicate)<K,V>
org.reactivestreams.Publisher<MarshalledEntry<K,V>>PersistenceManagerStub. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, java.util.function.Predicate<? super StoreConfiguration> predicate)<K,V>
org.reactivestreams.Publisher<MarshalledEntry<K,V>>PersistenceManagerStub. publishEntries(IntSet segments, java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, java.util.function.Predicate<? super StoreConfiguration> predicate)Methods in org.infinispan.persistence.manager with parameters of type MarshalledEntry Modifier and Type Method Description voidPersistenceManager. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, java.util.function.Predicate<? super StoreConfiguration> predicate)Write to all stores that are not transactional.voidPersistenceManager. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, java.util.function.Predicate<? super StoreConfiguration> predicate, long flags)voidPersistenceManagerImpl. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, java.util.function.Predicate<? super StoreConfiguration> predicate)voidPersistenceManagerImpl. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, java.util.function.Predicate<? super StoreConfiguration> predicate, long flags)voidPersistenceManagerStub. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, java.util.function.Predicate<? super StoreConfiguration> predicates)voidPersistenceManagerStub. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, java.util.function.Predicate<? super StoreConfiguration> predicates, long flags)Method parameters in org.infinispan.persistence.manager with type arguments of type MarshalledEntry Modifier and Type Method Description voidPersistenceManager. writeBatchToAllNonTxStores(java.lang.Iterable<MarshalledEntry> entries, java.util.function.Predicate<? super StoreConfiguration> predicate, long flags)Write all entries to the underlying non-transactional stores as a single batch.voidPersistenceManagerImpl. writeBatchToAllNonTxStores(java.lang.Iterable<MarshalledEntry> entries, java.util.function.Predicate<? super StoreConfiguration> predicate, long flags)voidPersistenceManagerStub. writeBatchToAllNonTxStores(java.lang.Iterable<MarshalledEntry> entries, java.util.function.Predicate<? super StoreConfiguration> predicate, long flags) -
Uses of MarshalledEntry in org.infinispan.persistence.modifications
Methods in org.infinispan.persistence.modifications that return MarshalledEntry Modifier and Type Method Description MarshalledEntryStore. getStoredValue()Constructors in org.infinispan.persistence.modifications with parameters of type MarshalledEntry Constructor Description Store(java.lang.Object key, MarshalledEntry storedValue) -
Uses of MarshalledEntry in org.infinispan.persistence.remote
Methods in org.infinispan.persistence.remote that return MarshalledEntry Modifier and Type Method Description MarshalledEntry<K,V>RemoteStore. load(java.lang.Object key)Methods in org.infinispan.persistence.remote that return types with arguments of type MarshalledEntry Modifier and Type Method Description org.reactivestreams.Publisher<MarshalledEntry<K,V>>RemoteStore. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)org.reactivestreams.Publisher<MarshalledEntry<K,V>>RemoteStore. publishEntries(IntSet segments, java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)Methods in org.infinispan.persistence.remote with parameters of type MarshalledEntry Modifier and Type Method Description voidRemoteStore. write(MarshalledEntry entry)Method parameters in org.infinispan.persistence.remote with type arguments of type MarshalledEntry Modifier and Type Method Description voidRemoteStore. writeBatch(java.lang.Iterable<MarshalledEntry<? extends K,? extends V>> marshalledEntries) -
Uses of MarshalledEntry in org.infinispan.persistence.rest
Methods in org.infinispan.persistence.rest that return MarshalledEntry Modifier and Type Method Description MarshalledEntry<K,V>RestStore. load(java.lang.Object key)Deprecated.Methods in org.infinispan.persistence.rest that return types with arguments of type MarshalledEntry Modifier and Type Method Description io.reactivex.Flowable<MarshalledEntry<K,V>>RestStore. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)Deprecated.Methods in org.infinispan.persistence.rest with parameters of type MarshalledEntry Modifier and Type Method Description voidRestStore. write(MarshalledEntry entry)Deprecated. -
Uses of MarshalledEntry in org.infinispan.persistence.rest.metadata
Methods in org.infinispan.persistence.rest.metadata with parameters of type MarshalledEntry Modifier and Type Method Description java.lang.StringEmbeddedMetadataHelper. getContentType(MarshalledEntry entry)java.lang.StringMetadataHelper. getContentType(MarshalledEntry entry) -
Uses of MarshalledEntry in org.infinispan.persistence.rocksdb
Methods in org.infinispan.persistence.rocksdb that return MarshalledEntry Modifier and Type Method Description MarshalledEntry<K,V>RocksDBStore. load(int segment, java.lang.Object key)MarshalledEntryRocksDBStore. load(java.lang.Object key)Methods in org.infinispan.persistence.rocksdb that return types with arguments of type MarshalledEntry Modifier and Type Method Description org.reactivestreams.Publisher<MarshalledEntry<K,V>>RocksDBStore. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)org.reactivestreams.Publisher<MarshalledEntry<K,V>>RocksDBStore. publishEntries(IntSet segments, java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)Methods in org.infinispan.persistence.rocksdb with parameters of type MarshalledEntry Modifier and Type Method Description voidRocksDBStore. write(int segment, MarshalledEntry<? extends K,? extends V> entry)voidRocksDBStore. write(MarshalledEntry entry)Method parameters in org.infinispan.persistence.rocksdb with type arguments of type MarshalledEntry Modifier and Type Method Description voidRocksDBStore. writeBatch(java.lang.Iterable<MarshalledEntry<? extends K,? extends V>> marshalledEntries) -
Uses of MarshalledEntry in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return MarshalledEntry Modifier and Type Method Description MarshalledEntrySoftIndexFileStore. load(java.lang.Object key)Methods in org.infinispan.persistence.sifs that return types with arguments of type MarshalledEntry Modifier and Type Method Description org.reactivestreams.Publisher<MarshalledEntry>SoftIndexFileStore. publishEntries(java.util.function.Predicate filter, boolean fetchValue, boolean fetchMetadata)Methods in org.infinispan.persistence.sifs with parameters of type MarshalledEntry Modifier and Type Method Description voidSoftIndexFileStore. write(MarshalledEntry entry) -
Uses of MarshalledEntry in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return MarshalledEntry Modifier and Type Method Description MarshalledEntry<K,V>CacheLoader. load(java.lang.Object key)Fetches an entry from the storage.default MarshalledEntry<K,V>SegmentedAdvancedLoadWriteStore. load(int segment, java.lang.Object key)Fetches an entry from the storage given a segment to optimize this lookup based on.Methods in org.infinispan.persistence.spi that return types with arguments of type MarshalledEntry Modifier and Type Method Description default org.reactivestreams.Publisher<MarshalledEntry<K,V>>AdvancedCacheLoader. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)Publishes all entries from this store.org.reactivestreams.Publisher<MarshalledEntry<K,V>>SegmentedAdvancedLoadWriteStore. publishEntries(IntSet segments, java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)Publishes all entries from this store.Methods in org.infinispan.persistence.spi with parameters of type MarshalledEntry Modifier and Type Method Description voidAdvancedCacheExpirationWriter.ExpirationPurgeListener. marshalledEntryPurged(MarshalledEntry<K,V> entry)Optional.voidAdvancedCacheLoader.CacheLoaderTask. processEntry(MarshalledEntry<K,V> marshalledEntry, AdvancedCacheLoader.TaskContext taskContext)Deprecated.voidCacheWriter. write(MarshalledEntry<? extends K,? extends V> entry)Persists the entry to the storage.default voidSegmentedAdvancedLoadWriteStore. write(int segment, MarshalledEntry<? extends K,? extends V> entry)Persists the entry to the storage with the given segment to optimize further lookups based onMethod parameters in org.infinispan.persistence.spi with type arguments of type MarshalledEntry Modifier and Type Method Description default voidCacheWriter. writeBatch(java.lang.Iterable<MarshalledEntry<? extends K,? extends V>> entries)Persist all provided entries to the store in a single batch update. -
Uses of MarshalledEntry in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support that return MarshalledEntry Modifier and Type Method Description MarshalledEntry<K,V>AbstractSegmentedAdvancedLoadWriteStore. load(java.lang.Object key)MarshalledEntry<K,V>ComposedSegmentedLoadWriteStore. load(int segment, java.lang.Object key)MarshalledEntry<K,V>DelegatingCacheLoader. load(java.lang.Object key)Methods in org.infinispan.persistence.support that return types with arguments of type MarshalledEntry Modifier and Type Method Description java.util.Collection<MarshalledEntry>BatchModification. getMarshalledEntries()org.reactivestreams.Publisher<MarshalledEntry<K,V>>ComposedSegmentedLoadWriteStore. publishEntries(java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)org.reactivestreams.Publisher<MarshalledEntry<K,V>>ComposedSegmentedLoadWriteStore. publishEntries(IntSet segments, java.util.function.Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)Methods in org.infinispan.persistence.support with parameters of type MarshalledEntry Modifier and Type Method Description voidBatchModification. addMarshalledEntry(java.lang.Object key, MarshalledEntry marshalledEntry)voidAbstractSegmentedAdvancedLoadWriteStore. write(MarshalledEntry<? extends K,? extends V> entry)voidComposedSegmentedLoadWriteStore. write(int segment, MarshalledEntry<? extends K,? extends V> entry)voidDelegatingCacheWriter. write(MarshalledEntry entry)voidSingletonCacheWriter. write(MarshalledEntry entry)Deprecated.Method parameters in org.infinispan.persistence.support with type arguments of type MarshalledEntry Modifier and Type Method Description voidComposedSegmentedLoadWriteStore. writeBatch(java.lang.Iterable<MarshalledEntry<? extends K,? extends V>> marshalledEntries) -
Uses of MarshalledEntry in org.infinispan.persistence.util
Methods in org.infinispan.persistence.util that return MarshalledEntry Modifier and Type Method Description MarshalledEntry<K,V>PersistenceManagerCloseableSupplier. get()Deprecated. -
Uses of MarshalledEntry in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type MarshalledEntry Modifier and Type Method Description static InternalCacheEntryOutboundTransferTask. defaultMapEntryFromStore(MarshalledEntry me, org.infinispan.container.impl.InternalEntryFactory entryFactory) -
Uses of MarshalledEntry in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer with parameters of type MarshalledEntry Modifier and Type Method Description static XSiteStateXSiteState. fromCacheLoader(MarshalledEntry marshalledEntry)
-