public class TcpStorageClient extends Object implements StorageClient
| Constructor and Description |
|---|
TcpStorageClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
StorageEndpoint |
createEndpoint(org.apache.crail.metadata.DataNodeInfo info) |
void |
init(org.apache.crail.CrailStatistics statistics,
org.apache.crail.CrailBufferCache bufferCache,
org.apache.crail.conf.CrailConfiguration conf,
String[] args) |
void |
printConf(org.slf4j.Logger logger) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInstancepublic void init(org.apache.crail.CrailStatistics statistics,
org.apache.crail.CrailBufferCache bufferCache,
org.apache.crail.conf.CrailConfiguration conf,
String[] args)
throws IOException
init in interface StorageClientIOExceptionpublic void printConf(org.slf4j.Logger logger)
printConf in interface StorageClientpublic void close()
throws Exception
close in interface StorageClientExceptionpublic StorageEndpoint createEndpoint(org.apache.crail.metadata.DataNodeInfo info) throws IOException
createEndpoint in interface StorageClientIOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.