Uses of Class
se.liu.ida.hefquin.federation.access.impl.cache.PersistentCacheEntry
Packages that use PersistentCacheEntry
Package
Description
-
Uses of PersistentCacheEntry in se.liu.ida.hefquin.federation.access.impl
Classes in se.liu.ida.hefquin.federation.access.impl that implement interfaces with type arguments of type PersistentCacheEntryFields in se.liu.ida.hefquin.federation.access.impl with type parameters of type PersistentCacheEntryModifier and TypeFieldDescriptionprotected final HierarchicalCache<PersistentCacheKey, CompletableFuture<? extends DataRetrievalResponse<?>>, PersistentCacheEntry> FederationAccessManagerWithHierarchicalCache.cacheMethods in se.liu.ida.hefquin.federation.access.impl that return types with arguments of type PersistentCacheEntryModifier and TypeMethodDescriptionFederationAccessManagerWithHierarchicalCache.DefaultHierarchicalMapCachePolicies.getInvalidationPolicy()CacheReplacementPolicyFactory<PersistentCacheKey, CompletableFuture<? extends DataRetrievalResponse<?>>, PersistentCacheEntry> FederationAccessManagerWithHierarchicalCache.DefaultHierarchicalMapCachePolicies.getReplacementPolicyFactory() -
Uses of PersistentCacheEntry in se.liu.ida.hefquin.federation.access.impl.cache
Classes in se.liu.ida.hefquin.federation.access.impl.cache that implement interfaces with type arguments of type PersistentCacheEntryModifier and TypeClassDescriptionclassFactory for creatingPersistentCacheEntryinstances with the current system time as creation timestamp.Methods in se.liu.ida.hefquin.federation.access.impl.cache that return PersistentCacheEntryModifier and TypeMethodDescriptionPersistentCacheEntryFactory.createCacheEntry(CompletableFuture<? extends DataRetrievalResponse<?>> object) Creates a new cache entry for the given object, using the current time (in milliseconds since the epoch) as the creation timestamp.static PersistentCacheEntryDeserializes a cache entry from the provided input.Methods in se.liu.ida.hefquin.federation.access.impl.cache with parameters of type PersistentCacheEntryModifier and TypeMethodDescriptionstatic voidCacheEntryCodec.write(DataOutput out, PersistentCacheEntry entry) Serializes the given cache entry to the provided output. -
Uses of PersistentCacheEntry in se.liu.ida.hefquin.federation.access.impl.cache.chroniclemap
Subclasses with type arguments of type PersistentCacheEntry in se.liu.ida.hefquin.federation.access.impl.cache.chroniclemapModifier and TypeClassDescriptionclassPersistent cache backed by aChronicleMap.Classes in se.liu.ida.hefquin.federation.access.impl.cache.chroniclemap that implement interfaces with type arguments of type PersistentCacheEntryModifier and TypeClassDescriptionclassSerializer/deserializer forPersistentCacheEntry.classSerializer/deserializer forPersistentCacheEntry.Methods in se.liu.ida.hefquin.federation.access.impl.cache.chroniclemap that return PersistentCacheEntryModifier and TypeMethodDescriptionChronicleMapCacheEntryMarshaller.read(net.openhft.chronicle.bytes.Bytes<?> in, PersistentCacheEntry using) Methods in se.liu.ida.hefquin.federation.access.impl.cache.chroniclemap that return types with arguments of type PersistentCacheEntryModifier and TypeMethodDescriptionprotected static Map<PersistentCacheKey, PersistentCacheEntry> ChronicleMapCache.createChronicleMap(String filename, int capacity) Methods in se.liu.ida.hefquin.federation.access.impl.cache.chroniclemap with parameters of type PersistentCacheEntryModifier and TypeMethodDescriptionChronicleMapCacheEntryMarshaller.read(net.openhft.chronicle.bytes.Bytes<?> in, PersistentCacheEntry using) voidChronicleMapCacheEntryMarshaller.write(net.openhft.chronicle.bytes.Bytes<?> out, PersistentCacheEntry entry) Constructor parameters in se.liu.ida.hefquin.federation.access.impl.cache.chroniclemap with type arguments of type PersistentCacheEntryModifierConstructorDescriptionChronicleMapCache(int capacity, String filename, CachePolicies<PersistentCacheKey, CompletableFuture<? extends DataRetrievalResponse<?>>, PersistentCacheEntry> policies) Creates a cache with the given capacity and file path.ChronicleMapCache(int capacity, CachePolicies<PersistentCacheKey, CompletableFuture<? extends DataRetrievalResponse<?>>, PersistentCacheEntry> policies) Creates a cache with the given capacity and the default file path.ChronicleMapCache(String filename, CachePolicies<PersistentCacheKey, CompletableFuture<? extends DataRetrievalResponse<?>>, PersistentCacheEntry> policies) Constructs a newChronicleMapCachewith a custom file path and the default cache capacity.ChronicleMapCache(CachePolicies<PersistentCacheKey, CompletableFuture<? extends DataRetrievalResponse<?>>, PersistentCacheEntry> policies) Creates a cache with the default capacity and default file path. -
Uses of PersistentCacheEntry in se.liu.ida.hefquin.federation.access.impl.cache.mapdb
Subclasses with type arguments of type PersistentCacheEntry in se.liu.ida.hefquin.federation.access.impl.cache.mapdbClasses in se.liu.ida.hefquin.federation.access.impl.cache.mapdb that implement interfaces with type arguments of type PersistentCacheEntryMethods in se.liu.ida.hefquin.federation.access.impl.cache.mapdb that return PersistentCacheEntryModifier and TypeMethodDescriptionMapDBCacheEntrySerializer.deserialize(org.mapdb.DataInput2 in, int available) Methods in se.liu.ida.hefquin.federation.access.impl.cache.mapdb with parameters of type PersistentCacheEntryModifier and TypeMethodDescriptionvoidMapDBCacheEntrySerializer.serialize(org.mapdb.DataOutput2 out, PersistentCacheEntry value) Constructor parameters in se.liu.ida.hefquin.federation.access.impl.cache.mapdb with type arguments of type PersistentCacheEntryModifierConstructorDescriptionMapDBCache(int capacity, String filename, CachePolicies<PersistentCacheKey, CompletableFuture<? extends DataRetrievalResponse<?>>, PersistentCacheEntry> policies) Creates a cache with the given capacity and file path.MapDBCache(int capacity, CachePolicies<PersistentCacheKey, CompletableFuture<? extends DataRetrievalResponse<?>>, PersistentCacheEntry> policies) Creates a cache with the given capacity and the default file path.MapDBCache(String filename, CachePolicies<PersistentCacheKey, CompletableFuture<? extends DataRetrievalResponse<?>>, PersistentCacheEntry> policies) Constructs a newMapDBCachewith a custom file path and the default cache capacity.MapDBCache(CachePolicies<PersistentCacheKey, CompletableFuture<? extends DataRetrievalResponse<?>>, PersistentCacheEntry> policies) Creates a cache with the default capacity and default file path.