org.springframework.data.hadoop.fs
Class DistributedCacheFactoryBean.CacheEntry

java.lang.Object
  extended by org.springframework.data.hadoop.fs.DistributedCacheFactoryBean.CacheEntry
Enclosing class:
DistributedCacheFactoryBean

public static class DistributedCacheFactoryBean.CacheEntry
extends Object

Class describing an entry of the distributed cache.

Author:
Costin Leau

Nested Class Summary
static class DistributedCacheFactoryBean.CacheEntry.EntryType
          A distributed cache entry type.
 
Constructor Summary
DistributedCacheFactoryBean.CacheEntry(DistributedCacheFactoryBean.CacheEntry.EntryType type, String value)
          Constructs a new CacheEntry instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedCacheFactoryBean.CacheEntry

public DistributedCacheFactoryBean.CacheEntry(DistributedCacheFactoryBean.CacheEntry.EntryType type,
                                              String value)
Constructs a new CacheEntry instance.

Parameters:
type - entry type
value - entry value