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 void
ExpirationManager. handleInStoreExpiration(MarshalledEntry<K,V> marshalledEntry)
Deprecated.since 9.3 this method is not intended for external use -
Uses of MarshalledEntry in org.infinispan.expiration.impl
Methods in org.infinispan.expiration.impl with parameters of type MarshalledEntry Modifier and Type Method Description default void
InternalExpirationManager. handleInStoreExpiration(MarshalledEntry<K,V> marshalledEntry)
CompletionStage<Void>
ClusterExpirationManager. handleInStoreExpirationInternal(MarshalledEntry<K,V> marshalledEntry)
CompletionStage<Void>
ExpirationManagerImpl. handleInStoreExpirationInternal(MarshalledEntry<K,V> marshalledEntry)
CompletionStage<Void>
InternalExpirationManager. handleInStoreExpirationInternal(MarshalledEntry<K,V> marshalledEntry)
This is to be invoked when a store entry expires and the value and/or metadata is available to be used. -
Uses of MarshalledEntry in org.infinispan.marshall.core
Classes in org.infinispan.marshall.core that implement MarshalledEntry Modifier and Type Class Description class
MarshalledEntryImpl<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(Object key, Object value, InternalMetadata im)
MarshalledEntry<K,V>
MarshalledEntryFactory. newMarshalledEntry(Object key, org.infinispan.commons.io.ByteBuffer valueBytes, org.infinispan.commons.io.ByteBuffer metadataBytes)
MarshalledEntry<K,V>
MarshalledEntryFactory. newMarshalledEntry(org.infinispan.commons.io.ByteBuffer key, org.infinispan.commons.io.ByteBuffer valueBytes, org.infinispan.commons.io.ByteBuffer metadataBytes)
MarshalledEntry
MarshalledEntryFactoryImpl. newMarshalledEntry(Object key, Object value, InternalMetadata im)
MarshalledEntry
MarshalledEntryFactoryImpl. newMarshalledEntry(Object key, org.infinispan.commons.io.ByteBuffer valueBytes, org.infinispan.commons.io.ByteBuffer metadataBytes)
MarshalledEntry
MarshalledEntryFactoryImpl. newMarshalledEntry(org.infinispan.commons.io.ByteBuffer key, org.infinispan.commons.io.ByteBuffer valueBytes, org.infinispan.commons.io.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, Object key, InvocationContext context, org.infinispan.commons.time.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, 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(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(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
Methods in org.infinispan.persistence.async with parameters of type MarshalledEntry Modifier and Type Method Description void
AsyncCacheWriter. 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 MarshalledEntry
ClusterLoader. load(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(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(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
Methods in org.infinispan.persistence.file with parameters of type MarshalledEntry Modifier and Type Method Description void
SingleFileStore. write(MarshalledEntry<? extends K,? extends V> marshalledEntry)
-
Uses of MarshalledEntry in org.infinispan.persistence.internal
Methods in org.infinispan.persistence.internal that return MarshalledEntry Modifier and Type Method Description static <K,V>
MarshalledEntry<K,V>PersistenceUtil. loadAndCheckExpiration(PersistenceManager persistenceManager, Object key, int segment, InvocationContext context)
Methods in org.infinispan.persistence.internal with parameters of type MarshalledEntry Modifier and Type Method Description static <K,V>
InternalCacheEntry<K,V>PersistenceUtil. convert(MarshalledEntry<K,V> loaded, InternalEntryFactory factory)
-
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(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(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
org.reactivestreams.Publisher<MarshalledEntry<K,V>>
JdbcStringBasedStore. publishEntries(org.infinispan.commons.util.IntSet segments, 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 void
JdbcStringBasedStore. write(MarshalledEntry entry)
Method parameters in org.infinispan.persistence.jdbc.stringbased with type arguments of type MarshalledEntry Modifier and Type Method Description void
JdbcStringBasedStore. writeBatch(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 MarshalledEntry
JpaStore. load(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(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
Methods in org.infinispan.persistence.jpa with parameters of type MarshalledEntry Modifier and Type Method Description void
JpaStore. write(MarshalledEntry entry)
Method parameters in org.infinispan.persistence.jpa with type arguments of type MarshalledEntry Modifier and Type Method Description void
JpaStore. writeBatch(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 MarshalledEntry
PersistenceManager. loadFromAllStores(Object key, boolean localInvocation, boolean includeStores)
Loads an entry from the persistence store for the given key.default MarshalledEntry
PersistenceManager. loadFromAllStores(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.MarshalledEntry
PersistenceManagerImpl. loadFromAllStores(Object key, boolean localInvocation, boolean includeStores)
MarshalledEntry
PersistenceManagerImpl. loadFromAllStores(Object key, int segment, boolean localInvocation, boolean includeStores)
MarshalledEntry
PersistenceManagerStub. loadFromAllStores(Object key, boolean localInvocation, boolean includeStores)
MarshalledEntry
PersistenceManagerStub. loadFromAllStores(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(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, 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(org.infinispan.commons.util.IntSet segments, Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, 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(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, Predicate<? super StoreConfiguration> predicate)
<K,V>
org.reactivestreams.Publisher<MarshalledEntry<K,V>>PersistenceManagerImpl. publishEntries(org.infinispan.commons.util.IntSet segments, Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, Predicate<? super StoreConfiguration> predicate)
<K,V>
org.reactivestreams.Publisher<MarshalledEntry<K,V>>PersistenceManagerStub. publishEntries(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, Predicate<? super StoreConfiguration> predicate)
<K,V>
org.reactivestreams.Publisher<MarshalledEntry<K,V>>PersistenceManagerStub. publishEntries(org.infinispan.commons.util.IntSet segments, Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata, Predicate<? super StoreConfiguration> predicate)
Methods in org.infinispan.persistence.manager with parameters of type MarshalledEntry Modifier and Type Method Description void
PersistenceManager. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, Predicate<? super StoreConfiguration> predicate)
Write to all stores that are not transactional.void
PersistenceManager. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, Predicate<? super StoreConfiguration> predicate, long flags)
void
PersistenceManagerImpl. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, Predicate<? super StoreConfiguration> predicate)
void
PersistenceManagerImpl. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, Predicate<? super StoreConfiguration> predicate, long flags)
void
PersistenceManagerStub. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, Predicate<? super StoreConfiguration> predicates)
void
PersistenceManagerStub. writeToAllNonTxStores(MarshalledEntry marshalledEntry, int segment, Predicate<? super StoreConfiguration> predicates, long flags)
Method parameters in org.infinispan.persistence.manager with type arguments of type MarshalledEntry Modifier and Type Method Description void
PersistenceManager. writeBatchToAllNonTxStores(Iterable<MarshalledEntry> entries, Predicate<? super StoreConfiguration> predicate, long flags)
Write all entries to the underlying non-transactional stores as a single batch.void
PersistenceManagerImpl. writeBatchToAllNonTxStores(Iterable<MarshalledEntry> entries, Predicate<? super StoreConfiguration> predicate, long flags)
void
PersistenceManagerStub. writeBatchToAllNonTxStores(Iterable<MarshalledEntry> entries, 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 MarshalledEntry
Store. getStoredValue()
Constructors in org.infinispan.persistence.modifications with parameters of type MarshalledEntry Constructor Description Store(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(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(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
org.reactivestreams.Publisher<MarshalledEntry<K,V>>
RemoteStore. publishEntries(org.infinispan.commons.util.IntSet segments, Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
Methods in org.infinispan.persistence.remote with parameters of type MarshalledEntry Modifier and Type Method Description void
RemoteStore. write(MarshalledEntry entry)
Method parameters in org.infinispan.persistence.remote with type arguments of type MarshalledEntry Modifier and Type Method Description void
RemoteStore. writeBatch(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(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(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 void
RestStore. 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 String
EmbeddedMetadataHelper. getContentType(MarshalledEntry entry)
String
MetadataHelper. 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, Object key)
MarshalledEntry
RocksDBStore. load(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(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
org.reactivestreams.Publisher<MarshalledEntry<K,V>>
RocksDBStore. publishEntries(org.infinispan.commons.util.IntSet segments, Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
Methods in org.infinispan.persistence.rocksdb with parameters of type MarshalledEntry Modifier and Type Method Description void
RocksDBStore. write(int segment, MarshalledEntry<? extends K,? extends V> entry)
void
RocksDBStore. write(MarshalledEntry entry)
Method parameters in org.infinispan.persistence.rocksdb with type arguments of type MarshalledEntry Modifier and Type Method Description void
RocksDBStore. writeBatch(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 MarshalledEntry
SoftIndexFileStore. load(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(Predicate filter, boolean fetchValue, boolean fetchMetadata)
Methods in org.infinispan.persistence.sifs with parameters of type MarshalledEntry Modifier and Type Method Description void
SoftIndexFileStore. 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(Object key)
Fetches an entry from the storage.default MarshalledEntry<K,V>
SegmentedAdvancedLoadWriteStore. load(int segment, 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(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
Publishes all entries from this store.org.reactivestreams.Publisher<MarshalledEntry<K,V>>
SegmentedAdvancedLoadWriteStore. publishEntries(org.infinispan.commons.util.IntSet segments, 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 void
AdvancedCacheExpirationWriter.ExpirationPurgeListener. marshalledEntryPurged(MarshalledEntry<K,V> entry)
Optional.void
AdvancedCacheLoader.CacheLoaderTask. processEntry(MarshalledEntry<K,V> marshalledEntry, AdvancedCacheLoader.TaskContext taskContext)
Deprecated.void
CacheWriter. write(MarshalledEntry<? extends K,? extends V> entry)
Persists the entry to the storage.default void
SegmentedAdvancedLoadWriteStore. 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 void
CacheWriter. writeBatch(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(Object key)
MarshalledEntry<K,V>
ComposedSegmentedLoadWriteStore. load(int segment, Object key)
MarshalledEntry<K,V>
DelegatingCacheLoader. load(Object key)
Methods in org.infinispan.persistence.support that return types with arguments of type MarshalledEntry Modifier and Type Method Description Collection<MarshalledEntry>
BatchModification. getMarshalledEntries()
org.reactivestreams.Publisher<MarshalledEntry<K,V>>
ComposedSegmentedLoadWriteStore. publishEntries(Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
org.reactivestreams.Publisher<MarshalledEntry<K,V>>
ComposedSegmentedLoadWriteStore. publishEntries(org.infinispan.commons.util.IntSet segments, Predicate<? super K> filter, boolean fetchValue, boolean fetchMetadata)
Methods in org.infinispan.persistence.support with parameters of type MarshalledEntry Modifier and Type Method Description void
BatchModification. addMarshalledEntry(Object key, MarshalledEntry marshalledEntry)
void
AbstractSegmentedAdvancedLoadWriteStore. write(MarshalledEntry<? extends K,? extends V> entry)
void
ComposedSegmentedLoadWriteStore. write(int segment, MarshalledEntry<? extends K,? extends V> entry)
void
DelegatingCacheWriter. write(MarshalledEntry entry)
void
SingletonCacheWriter. write(MarshalledEntry entry)
Deprecated.Method parameters in org.infinispan.persistence.support with type arguments of type MarshalledEntry Modifier and Type Method Description void
ComposedSegmentedLoadWriteStore. writeBatch(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 InternalCacheEntry
OutboundTransferTask. defaultMapEntryFromStore(MarshalledEntry me, 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 XSiteState
XSiteState. fromCacheLoader(MarshalledEntry marshalledEntry)
-