Package org.infinispan.metadata
Interface InternalMetadata
- All Superinterfaces:
Metadata
- All Known Implementing Classes:
InternalMetadataImpl
,MetaParamsInternalMetadata
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.0
- Since:
- 6.0
- Author:
- Mircea Markus
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.metadata.Metadata
Metadata.Builder
-
Method Summary
Modifier and TypeMethodDescriptionlong
created()
Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isExpired
(long now) Deprecated, for removal: This API element is subject to removal in a future version.long
lastUsed()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
created
long created()Deprecated, for removal: This API element is subject to removal in a future version. -
lastUsed
long lastUsed()Deprecated, for removal: This API element is subject to removal in a future version. -
isExpired
boolean isExpired(long now) Deprecated, for removal: This API element is subject to removal in a future version. -
expiryTime
long expiryTime()Deprecated, for removal: This API element is subject to removal in a future version.
-