org.apache.accumulo.examples.simple.filedata
Constructor and Description |
---|
FileDataQuery(String instanceName,
String zooKeepers,
String user,
AuthenticationToken token,
String tableName,
Authorizations auths) |
Modifier and Type | Method and Description |
---|---|
ChunkInputStream |
getData(String hash) |
List<Map.Entry<Key,Value>> |
getLastRefs() |
String |
getSomeData(String hash,
int numBytes) |
public FileDataQuery(String instanceName, String zooKeepers, String user, AuthenticationToken token, String tableName, Authorizations auths) throws AccumuloException, AccumuloSecurityException, TableNotFoundException
public ChunkInputStream getData(String hash) throws IOException
IOException
public String getSomeData(String hash, int numBytes) throws IOException
IOException
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.