Uses of Interface
org.infinispan.metadata.InternalMetadata
-
Packages that use InternalMetadata Package Description org.infinispan.marshall.core -
-
Uses of InternalMetadata in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return InternalMetadata Modifier and Type Method Description InternalMetadataMarshalledEntry. getMetadata()Deprecated.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)Deprecated.
-