public class StorageServer extends TrackerServer
Modifier and Type | Field and Description |
---|---|
protected int |
store_path_index |
inetSockAddr, sock
Constructor and Description |
---|
StorageServer(String ip_addr,
int port,
byte store_path)
Constructor
|
StorageServer(String ip_addr,
int port,
int store_path)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getStorePathIndex() |
close, finalize, getInetSocketAddress, getInputStream, getOutputStream, getSocket
public 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 serverIOException
public 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 serverIOException
Copyright © 2018 lodsve. All rights reserved.