Uses of Interface
org.infinispan.metadata.InternalMetadata
-
Packages that use InternalMetadata Package Description org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.marshall.core org.infinispan.persistence Persistence API. -
-
Uses of InternalMetadata in org.infinispan.container.entries
Classes in org.infinispan.container.entries that implement InternalMetadata Modifier and Type Class Description classRemoteMetadataThis is a metadata type used by scattered cache during state transfer. -
Uses of InternalMetadata in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return InternalMetadata Modifier and Type Method Description InternalMetadataMarshalledEntry. getMetadata()InternalMetadataMarshalledEntryImpl. getMetadata()Methods in org.infinispan.marshall.core with parameters of type InternalMetadata Modifier and Type Method Description MarshalledEntry<K,V>MarshalledEntryFactory. newMarshalledEntry(java.lang.Object key, java.lang.Object value, InternalMetadata im)MarshalledEntryMarshalledEntryFactoryImpl. newMarshalledEntry(java.lang.Object key, java.lang.Object value, InternalMetadata im)Constructors in org.infinispan.marshall.core with parameters of type InternalMetadata Constructor Description MarshalledEntryImpl(K key, V value, InternalMetadata im, StreamingMarshaller sm) -
Uses of InternalMetadata in org.infinispan.persistence
Methods in org.infinispan.persistence that return InternalMetadata Modifier and Type Method Description static InternalMetadataPersistenceUtil. internalMetadata(InternalCacheEntry ice)static InternalMetadataPersistenceUtil. internalMetadata(InternalCacheValue icv)Methods in org.infinispan.persistence with parameters of type InternalMetadata Modifier and Type Method Description static longPersistenceUtil. getExpiryTime(InternalMetadata internalMetadata)
-