public static class NextBlockCache.FileNextBlockCache extends Object
| Constructor and Description |
|---|
FileNextBlockCache(long fd) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(long blockstart) |
RpcFuture<RpcGetBlock> |
get(long blockstart) |
long |
getFd() |
void |
put(long blockstart,
RpcFuture<RpcGetBlock> block) |
public void put(long blockstart,
RpcFuture<RpcGetBlock> block)
public RpcFuture<RpcGetBlock> get(long blockstart)
public boolean containsKey(long blockstart)
public long getFd()
Copyright © 2018 The Apache Software Foundation. All rights reserved.