@ProtoTypeId(value=7) public static class EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata 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 |
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, lifespan, version@ProtoField(number=3,
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.