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