public class StorageServer extends TrackerServer
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
store_path_index |
inetSockAddr, sock| 构造器和说明 |
|---|
StorageServer(String ip_addr,
int port,
byte store_path)
Constructor
|
StorageServer(String ip_addr,
int port,
int store_path)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getStorePathIndex() |
close, finalize, getInetSocketAddress, getInputStream, getOutputStream, getSocketpublic StorageServer(String ip_addr, int port, int store_path) throws IOException
ip_addr - the ip address of storage serverport - the port of storage serverstore_path - the store path index on the storage serverIOExceptionpublic StorageServer(String ip_addr, int port, byte store_path) throws IOException
ip_addr - the ip address of storage serverport - the port of storage serverstore_path - the store path index on the storage serverIOExceptionCopyright © 2017. All rights reserved.