org.apache.accumulo.core.file.blockfile.cache
Class CacheEntry

java.lang.Object
  extended by org.apache.accumulo.core.file.blockfile.cache.CacheEntry

public class CacheEntry
extends Object


Constructor Summary
CacheEntry(String name, Long time)
           
 
Method Summary
 boolean equals(Object other)
           
 Long getHashInfo()
           
 String getName()
           
 int hashCode()
           
 long length()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheEntry

public CacheEntry(String name,
                  Long time)
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getName

public String getName()

getHashInfo

public Long getHashInfo()

length

public long length()


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.