@ProtoTypeId(value=5) public static class EmbeddedMetadata.EmbeddedExpirableMetadata extends EmbeddedMetadata
EmbeddedMetadata.Builder, EmbeddedMetadata.EmbeddedExpirableMetadata, EmbeddedMetadata.EmbeddedLifespanExpirableMetadata, EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata, EmbeddedMetadata.ExternalizerEMPTY, version| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
builder()
Returns an instance of
Metadata.Builder which can be used to build
new instances of Metadata instance which are full copies of
this Metadata. |
boolean |
equals(Object o) |
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.
|
String |
toString() |
getClusteredVersion, getNumericVersion, version@ProtoField(number=3,
defaultValue="-1")
public long lifespan()
Metadatalifespan in interface Metadatalifespan in class EmbeddedMetadata@ProtoField(number=4,
defaultValue="-1")
public long maxIdle()
MetadatamaxIdle in interface MetadatamaxIdle in class EmbeddedMetadatapublic Metadata.Builder builder()
MetadataMetadata.Builder which can be used to build
new instances of Metadata instance which are full copies of
this Metadata.builder in interface Metadatabuilder in class EmbeddedMetadataMetadata.Builderpublic boolean equals(Object o)
equals in class EmbeddedMetadatapublic int hashCode()
hashCode in class EmbeddedMetadatapublic String toString()
toString in class EmbeddedMetadataCopyright © 2022 JBoss by Red Hat. All rights reserved.