| Package | Description |
|---|---|
| org.infinispan.functional.impl | |
| org.infinispan.jcache.embedded | |
| org.infinispan.marshall.core | |
| org.infinispan.metadata.impl | |
| org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetaParamsInternalMetadata
Metadata parameters backed internal metadata representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JCacheInternalMetadata
Metadata for entries stored via JCache API
|
| 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 © 2024 JBoss, a division of Red Hat. All rights reserved.