Package | Description |
---|---|
org.infinispan.marshall.core | |
org.infinispan.metadata | |
org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
Modifier and Type | Method and Description |
---|---|
InternalMetadata |
MarshalledEntryImpl.getMetadata() |
InternalMetadata |
MarshalledEntry.getMetadata() |
Modifier and Type | Method and Description |
---|---|
MarshalledEntry<K,V> |
MarshalledEntryFactory.newMarshalledEntry(Object key,
Object value,
InternalMetadata im) |
MarshalledEntry |
MarshalledEntryFactoryImpl.newMarshalledEntry(Object key,
Object value,
InternalMetadata im) |
Constructor and Description |
---|
MarshalledEntryImpl(K key,
V value,
InternalMetadata im,
StreamingMarshaller sm) |
Modifier and Type | Class and Description |
---|---|
class |
InternalMetadataImpl |
Modifier and Type | Method and Description |
---|---|
static InternalMetadata |
PersistenceUtil.internalMetadata(InternalCacheEntry ice) |
static InternalMetadata |
PersistenceUtil.internalMetadata(InternalCacheValue icv) |
Modifier and Type | Method and Description |
---|---|
static long |
PersistenceUtil.getExpiryTime(InternalMetadata internalMetadata) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.