org.csource.fastdfs
类 StorageServer
java.lang.Object
org.csource.fastdfs.TrackerServer
org.csource.fastdfs.StorageServer
public class StorageServer
- extends TrackerServer
Storage Server Info
- 版本:
- Version 1.11
- 作者:
- Happy Fish / YuQing
store_path_index
protected int store_path_index
StorageServer
public StorageServer(String ip_addr,
int port,
int store_path)
throws IOException
- Constructor
- 参数:
ip_addr
- the ip address of storage serverport
- the port of storage serverstore_path
- the store path index on the storage server
- 抛出:
IOException
StorageServer
public StorageServer(String ip_addr,
int port,
byte store_path)
throws IOException
- Constructor
- 参数:
ip_addr
- the ip address of storage serverport
- the port of storage serverstore_path
- the store path index on the storage server
- 抛出:
IOException
getStorePathIndex
public int getStorePathIndex()
- 返回:
- the store path index on the storage server
Copyright © 2017. All rights reserved.