Constructor and Description |
---|
BlockCacheKey() |
Modifier and Type | Method and Description |
---|---|
BlockCacheKey |
clone() |
boolean |
equals(Object obj) |
long |
getBlock() |
int |
getFile() |
String |
getPath() |
int |
hashCode() |
void |
setBlock(long block) |
void |
setFile(int file) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public long getBlock()
public int getFile()
public void setBlock(long block)
public void setFile(int file)
public BlockCacheKey clone()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.