Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.client.hotrod
Interface MetadataValue<V>

All Superinterfaces:
VersionedValue<V>
All Known Implementing Classes:
MetadataValueImpl

public interface MetadataValue<V>
extends VersionedValue<V>

Besides the value, also contains a version and expiration information.

Since:
5.2
Author:
Tristan Tarrant

Method Summary
 long getCreated()
           
 long getLastUsed()
           
 int getLifespan()
           
 int getMaxIdle()
           
 
Methods inherited from interface org.infinispan.client.hotrod.VersionedValue
getValue, getVersion
 

Method Detail

getCreated

long getCreated()

getLifespan

int getLifespan()

getLastUsed

long getLastUsed()

getMaxIdle

int getMaxIdle()

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.