org.apache.blur.store.blockcache
Class BlockCacheLocation

java.lang.Object
  extended by org.apache.blur.store.blockcache.BlockCacheLocation

public class BlockCacheLocation
extends Object


Constructor Summary
BlockCacheLocation()
           
 
Method Summary
 int getBlock()
           
 long getLastAccess()
           
 long getNumberOfAccesses()
           
 int getSlabId()
           
 boolean isRemoved()
           
 void setBlock(int block)
           
 void setRemoved(boolean removed)
           
 void setSlabId(int slabId)
           
 void touch()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockCacheLocation

public BlockCacheLocation()
Method Detail

setBlock

public void setBlock(int block)

setSlabId

public void setSlabId(int slabId)

getBlock

public int getBlock()

getSlabId

public int getSlabId()

touch

public void touch()

getLastAccess

public long getLastAccess()

getNumberOfAccesses

public long getNumberOfAccesses()

isRemoved

public boolean isRemoved()

setRemoved

public void setRemoved(boolean removed)


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