Package org.infinispan.metadata
Class EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- java.lang.Object
-
- org.infinispan.metadata.EmbeddedMetadata
-
- org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
-
- All Implemented Interfaces:
Metadata
- Enclosing class:
- EmbeddedMetadata
@ProtoTypeId(7) public static class EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata extends EmbeddedMetadata
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.infinispan.metadata.EmbeddedMetadata
EmbeddedMetadata.Builder, EmbeddedMetadata.EmbeddedExpirableMetadata, EmbeddedMetadata.EmbeddedLifespanExpirableMetadata, EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata, EmbeddedMetadata.Externalizer
-
-
Field Summary
-
Fields inherited from class org.infinispan.metadata.EmbeddedMetadata
EMPTY, version
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Metadata.Builder
builder()
Returns an instance ofMetadata.Builder
which can be used to build new instances ofMetadata
instance which are full copies of thisMetadata
.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()
-
Methods inherited from class org.infinispan.metadata.EmbeddedMetadata
getClusteredVersion, getNumericVersion, lifespan, version
-
Methods inherited from interface org.infinispan.metadata.Metadata
updateCreationTimestamp
-
-
-
-
Method Detail
-
maxIdle
@ProtoField(number=3, defaultValue="-1") 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.- Specified by:
maxIdle
in interfaceMetadata
- Overrides:
maxIdle
in classEmbeddedMetadata
- Returns:
- maximum idle time of the entry in number of milliseconds
-
builder
public Metadata.Builder 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
- Overrides:
builder
in classEmbeddedMetadata
- Returns:
- instance of
Metadata.Builder
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classEmbeddedMetadata
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classEmbeddedMetadata
-
toString
public String toString()
- Overrides:
toString
in classEmbeddedMetadata
-
-