public class BlockCacheLocation extends Object
Constructor and Description |
---|
BlockCacheLocation() |
Modifier and Type | Method and Description |
---|---|
int |
getBankId() |
int |
getBlock()
The block within the bank.
|
long |
getLastAccess() |
long |
getNumberOfAccesses() |
boolean |
isRemoved() |
void |
setBankId(int bankId) |
void |
setBlock(int block)
The block within the bank.
|
void |
setRemoved(boolean removed) |
void |
touch() |
public void setBlock(int block)
public void setBankId(int bankId)
public int getBlock()
public int getBankId()
public void touch()
public long getLastAccess()
public long getNumberOfAccesses()
public boolean isRemoved()
public void setRemoved(boolean removed)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.