public class MetadataValueImpl<V> extends VersionedValueImpl<V> implements MetadataValue<V>
| Constructor and Description |
|---|
MetadataValueImpl(long created,
int lifespan,
long lastUsed,
int maxIdle,
long version,
V value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated() |
long |
getLastUsed() |
int |
getLifespan() |
int |
getMaxIdle() |
String |
toString() |
getValue, getVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuegetVersionpublic MetadataValueImpl(long created,
int lifespan,
long lastUsed,
int maxIdle,
long version,
V value)
public long getCreated()
getCreated in interface Metadatapublic int getLifespan()
getLifespan in interface Metadatapublic long getLastUsed()
getLastUsed in interface Metadatapublic int getMaxIdle()
getMaxIdle in interface Metadatapublic String toString()
toString in class VersionedValueImpl<V>Copyright © 2022 JBoss by Red Hat. All rights reserved.