Package org.infinispan.metadata
Class EmbeddedMetadata
java.lang.Object
org.infinispan.metadata.EmbeddedMetadata
- All Implemented Interfaces:
Metadata
- Direct Known Subclasses:
EmbeddedMetadata.EmbeddedExpirableMetadata
,EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
,EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
Metadata class for embedded caches.
- Since:
- 5.3
- Author:
- Galder ZamarreƱo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EmbeddedMetadata
protected final org.infinispan.container.versioning.EntryVersion
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Returns an instance ofMetadata.Builder
which can be used to build new instances ofMetadata
instance which are full copies of thisMetadata
.boolean
org.infinispan.container.versioning.SimpleClusteredVersion
org.infinispan.container.versioning.NumericVersion
int
hashCode()
long
lifespan()
Returns the lifespan of the cache entry with which this metadata object is associated, in milliseconds.long
maxIdle()
Returns the the maximum amount of time that the cache entry associated with this metadata object is allowed to be idle for before it is considered as expired, in milliseconds.toString()
org.infinispan.container.versioning.EntryVersion
version()
Returns the version of the cache entry with which this metadata object is associated.Methods inherited from interface org.infinispan.metadata.Metadata
updateCreationTimestamp
-
Field Details
-
EMPTY
-
version
protected final org.infinispan.container.versioning.EntryVersion version
-
-
Method Details
-
lifespan
public long lifespan()Description copied from interface:Metadata
Returns the lifespan of the cache entry with which this metadata object is associated, in milliseconds. Negative values are interpreted as unlimited lifespan. -
maxIdle
public long maxIdle()Description copied from interface:Metadata
Returns the the maximum amount of time that the cache entry associated with this metadata object is allowed to be idle for before it is considered as expired, in milliseconds. -
version
public org.infinispan.container.versioning.EntryVersion version()Description copied from interface:Metadata
Returns the version of the cache entry with which this metadata object is associated. -
getNumericVersion
@ProtoField(1) public org.infinispan.container.versioning.NumericVersion getNumericVersion() -
getClusteredVersion
@ProtoField(2) public org.infinispan.container.versioning.SimpleClusteredVersion getClusteredVersion() -
builder
Description copied from interface:Metadata
Returns an instance ofMetadata.Builder
which can be used to build new instances ofMetadata
instance which are full copies of thisMetadata
.- Specified by:
builder
in interfaceMetadata
- Returns:
- instance of
Metadata.Builder
-
equals
-
hashCode
public int hashCode() -
toString
-