A B C D E F G I J L M N O P Q R S T U V

A

activeCount - Variable in class org.csource.fastdfs.StructGroupStat
 
activeTest(Socket) - Static method in class org.csource.fastdfs.ProtoCommon
send ACTIVE_TEST command to server, test if network is ok and the server is alive
append_file(String, String, String) - Method in class org.csource.fastdfs.StorageClient
append file to storage server (by file name)
append_file(String, String, byte[]) - Method in class org.csource.fastdfs.StorageClient
append file to storage server (by file buff)
append_file(String, String, byte[], int, int) - Method in class org.csource.fastdfs.StorageClient
append file to storage server (by file buff)
append_file(String, String, long, UploadCallback) - Method in class org.csource.fastdfs.StorageClient
append file to storage server (by callback)
append_file1(String, String) - Method in class org.csource.fastdfs.StorageClient1
append file to storage server (by file name)
append_file1(String, byte[]) - Method in class org.csource.fastdfs.StorageClient1
append file to storage server (by file buff)
append_file1(String, byte[], int, int) - Method in class org.csource.fastdfs.StorageClient1
append file to storage server (by file buff)
append_file1(String, long, UploadCallback) - Method in class org.csource.fastdfs.StorageClient1
append file to storage server (by callback)

B

Base64 - Class in org.csource.common
Encode arbitrary binary into printable ASCII using BASE64 encoding.
Base64() - Constructor for class org.csource.common.Base64
 
Base64(char, char, char, int) - Constructor for class org.csource.common.Base64
 
Base64(int) - Constructor for class org.csource.common.Base64
 
base64 - Static variable in class org.csource.fastdfs.StorageClient
 
body - Variable in class org.csource.fastdfs.ProtoCommon.RecvPackageInfo
 
body_len - Variable in class org.csource.fastdfs.ProtoCommon.RecvHeaderInfo
 
booleanValue(byte[], int, StructBase.FieldInfo) - Method in class org.csource.fastdfs.StructBase
 
buff2int(byte[], int) - Static method in class org.csource.fastdfs.ProtoCommon
buff convert to int
buff2long(byte[], int) - Static method in class org.csource.fastdfs.ProtoCommon
buff convert to long
byteValue(byte[], int, StructBase.FieldInfo) - Method in class org.csource.fastdfs.StructBase
 

C

ClientGlobal - Class in org.csource.fastdfs
Global variables
clone() - Method in class org.csource.fastdfs.TrackerGroup
 
close() - Method in class org.csource.fastdfs.TrackerServer
 
closeSocket(Socket) - Static method in class org.csource.fastdfs.ProtoCommon
send quit command to server and close socket
connect() - Method in class org.csource.fastdfs.ServerInfo
connect to server
crc32 - Variable in class org.csource.fastdfs.FileInfo
 
create_timestamp - Variable in class org.csource.fastdfs.FileInfo
 
currentTrunkFileId - Variable in class org.csource.fastdfs.StructGroupStat
 
currentWritePath - Variable in class org.csource.fastdfs.StructStorageStat
 
currentWriteServer - Variable in class org.csource.fastdfs.StructGroupStat
 

D

dateValue(byte[], int, StructBase.FieldInfo) - Method in class org.csource.fastdfs.StructBase
 
decode(String) - Method in class org.csource.common.Base64
decode a well-formed complete Base64 string back into an array of bytes.
decode(byte[], Class<T>, int) - Method in class org.csource.fastdfs.ProtoStructDecoder
decode byte buffer
decodeAuto(String) - Method in class org.csource.common.Base64
decode a well-formed complete Base64 string back into an array of bytes.
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.csource.fastdfs.ClientGlobal
 
DEFAULT_NETWORK_TIMEOUT - Static variable in class org.csource.fastdfs.ClientGlobal
 
delete_file(String, String) - Method in class org.csource.fastdfs.StorageClient
delete file from storage server
delete_file1(String) - Method in class org.csource.fastdfs.StorageClient1
delete file from storage server
deleteStorage(String, String) - Method in class org.csource.fastdfs.TrackerClient
delete a storage server from the global FastDFS cluster
deleteStorage(TrackerGroup, String, String) - Method in class org.csource.fastdfs.TrackerClient
delete a storage server from the FastDFS cluster
display(byte[]) - Static method in class org.csource.common.Base64
debug display array
do_append_file(String, String, long, UploadCallback) - Method in class org.csource.fastdfs.StorageClient
append file to storage server
do_modify_file(String, String, long, long, UploadCallback) - Method in class org.csource.fastdfs.StorageClient
modify appender file to storage server
do_upload_file(byte, String, String, String, String, long, UploadCallback, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server
domainName - Variable in class org.csource.fastdfs.StructStorageStat
 
download_file(String, String) - Method in class org.csource.fastdfs.StorageClient
download file from storage server
download_file(String, String, long, long) - Method in class org.csource.fastdfs.StorageClient
download file from storage server
download_file(String, String, String) - Method in class org.csource.fastdfs.StorageClient
download file from storage server
download_file(String, String, long, long, String) - Method in class org.csource.fastdfs.StorageClient
download file from storage server
download_file(String, String, DownloadCallback) - Method in class org.csource.fastdfs.StorageClient
download file from storage server
download_file(String, String, long, long, DownloadCallback) - Method in class org.csource.fastdfs.StorageClient
download file from storage server
download_file1(String) - Method in class org.csource.fastdfs.StorageClient1
download file from storage server
download_file1(String, long, long) - Method in class org.csource.fastdfs.StorageClient1
download file from storage server
download_file1(String, String) - Method in class org.csource.fastdfs.StorageClient1
download file from storage server
download_file1(String, long, long, String) - Method in class org.csource.fastdfs.StorageClient1
download file from storage server
download_file1(String, DownloadCallback) - Method in class org.csource.fastdfs.StorageClient1
download file from storage server
download_file1(String, long, long, DownloadCallback) - Method in class org.csource.fastdfs.StorageClient1
download file from storage server
DownloadCallback - Interface in org.csource.fastdfs
Download file callback interface
DownloadStream - Class in org.csource.fastdfs
Download file by stream (download callback class)
DownloadStream(OutputStream) - Constructor for class org.csource.fastdfs.DownloadStream
 

E

ECONNREFUSED - Static variable in class org.csource.fastdfs.ProtoCommon
 
encode(byte[]) - Method in class org.csource.common.Base64
Encode an arbitrary array of bytes as Base64 printable ASCII.
ERR_NO_EALREADY - Static variable in class org.csource.fastdfs.ProtoCommon
 
ERR_NO_EBUSY - Static variable in class org.csource.fastdfs.ProtoCommon
 
ERR_NO_EINVAL - Static variable in class org.csource.fastdfs.ProtoCommon
 
ERR_NO_EIO - Static variable in class org.csource.fastdfs.ProtoCommon
 
ERR_NO_ENOENT - Static variable in class org.csource.fastdfs.ProtoCommon
 
ERR_NO_ENOSPC - Static variable in class org.csource.fastdfs.ProtoCommon
 
errno - Variable in class org.csource.fastdfs.ProtoCommon.RecvHeaderInfo
 
errno - Variable in class org.csource.fastdfs.ProtoCommon.RecvPackageInfo
 
errno - Variable in class org.csource.fastdfs.StorageClient
 
errno - Variable in class org.csource.fastdfs.TrackerClient
 

F

FDFS_DOMAIN_NAME_MAX_SIZE - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_FIELD_SEPERATOR - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_FILE_EXT_NAME_MAX_LEN - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_FILE_PATH_LEN - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_FILE_PREFIX_MAX_LEN - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_FILENAME_BASE64_LENGTH - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_GROUP_NAME_MAX_LEN - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_IPADDR_SIZE - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_PROTO_CMD_ACTIVE_TEST - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_PROTO_CMD_QUIT - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_PROTO_CMD_SIZE - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_PROTO_PKG_LEN_SIZE - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_RECORD_SEPERATOR - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_ACTIVE - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_DELETED - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_INIT - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_IP_CHANGED - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_NONE - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_OFFLINE - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_ONLINE - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_SYNCING - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_WAIT_SYNC - Static variable in class org.csource.fastdfs.ProtoCommon
 
FDFS_VERSION_SIZE - Static variable in class org.csource.fastdfs.ProtoCommon
 
FIELD_INDEX_ACTIVE_COUNT - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_CURRENT_TRUNK_FILE_ID - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_CURRENT_WRITE_PATH - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_CURRENT_WRITE_SERVER - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_DOMAIN_NAME - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_FREE_MB - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_FREE_MB - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_GROUP_NAME - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_IF_TRUNK_FILE - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_IP_ADDR - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_JOIN_TIME - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_LAST_HEART_BEAT_TIME - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_LAST_SOURCE_UPDATE - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_LAST_SYNC_UPDATE - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_LAST_SYNCED_TIMESTAMP - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SRC_IP_ADDR - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_STATUS - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_STORAGE_COUNT - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_STORAGE_HTTP_PORT - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_STORAGE_HTTP_PORT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_STORAGE_PORT - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_STORAGE_PORT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_STORE_PATH_COUNT - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_STORE_PATH_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUBDIR_COUNT_PER_PATH - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_SUBDIR_COUNT_PER_PATH - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_APPEND_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_APPEND_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_CREATE_LINK_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_DELETE_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_DELETE_LINK_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_DOWNLOAD_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_DOWNLOAD_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_FILE_OPEN_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_FILE_READ_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_FILE_WRITE_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_GET_META_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_MODIFY_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_MODIFY_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_SET_META_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_SYNC_IN_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_SYNC_OUT_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_TRUNCATE_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_UPLOAD_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_UPLOAD_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_APPEND_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_APPEND_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_CREATE_LINK_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_DELETE_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_DELETE_LINK_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_DOWNLOAD_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_DOWNLOAD_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_FILE_OPEN_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_FILE_READ_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_FILE_WRITE_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_GET_META_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_MB - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_MODIFY_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_MODIFY_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_SET_META_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_SYNC_IN_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_SYNC_OUT_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_TRUNCATE_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_UPLOAD_BYTES - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_UPLOAD_COUNT - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TRUNK_FREE_MB - Static variable in class org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_UP_TIME - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_UPLOAD_PRIORITY - Static variable in class org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_VERSION - Static variable in class org.csource.fastdfs.StructStorageStat
 
fieldsArray - Static variable in class org.csource.fastdfs.StructGroupStat
 
fieldsArray - Static variable in class org.csource.fastdfs.StructStorageStat
 
fieldsTotalSize - Static variable in class org.csource.fastdfs.StructGroupStat
 
fieldsTotalSize - Static variable in class org.csource.fastdfs.StructStorageStat
 
file_size - Variable in class org.csource.fastdfs.FileInfo
 
FileInfo - Class in org.csource.fastdfs
Server Info
FileInfo(long, int, int) - Constructor for class org.csource.fastdfs.FileInfo
Constructor
finalize() - Method in class org.csource.fastdfs.TrackerServer
 
freeMB - Variable in class org.csource.fastdfs.StructGroupStat
 
freeMB - Variable in class org.csource.fastdfs.StructStorageStat
 

G

g_anti_steal_token - Static variable in class org.csource.fastdfs.ClientGlobal
 
g_charset - Static variable in class org.csource.fastdfs.ClientGlobal
 
g_connect_timeout - Static variable in class org.csource.fastdfs.ClientGlobal
 
g_network_timeout - Static variable in class org.csource.fastdfs.ClientGlobal
 
g_secret_key - Static variable in class org.csource.fastdfs.ClientGlobal
 
g_tracker_group - Static variable in class org.csource.fastdfs.ClientGlobal
 
g_tracker_http_port - Static variable in class org.csource.fastdfs.ClientGlobal
 
genSlaveFilename(String, String, String) - Static method in class org.csource.fastdfs.ProtoCommon
generate slave filename
get_file_info(String, String) - Method in class org.csource.fastdfs.StorageClient
get file info decoded from the filename, fetch from the storage if necessary
get_file_info1(String) - Method in class org.csource.fastdfs.StorageClient1
get file info decoded from filename
get_metadata(String, String) - Method in class org.csource.fastdfs.StorageClient
get all metadata items from storage server
get_metadata1(String) - Method in class org.csource.fastdfs.StorageClient1
get all metadata items from storage server
getActiveCount() - Method in class org.csource.fastdfs.StructGroupStat
get active storage server count in this group
getBoolValue(String, boolean) - Method in class org.csource.common.IniFileReader
get boolean value from config file
getConfFilename() - Method in class org.csource.common.IniFileReader
get the config filename
getConnection() - Method in class org.csource.fastdfs.TrackerClient
get a connection to tracker server
getConnection(int) - Method in class org.csource.fastdfs.TrackerGroup
return connected tracker server
getConnection() - Method in class org.csource.fastdfs.TrackerGroup
return connected tracker server
getCrc32() - Method in class org.csource.fastdfs.FileInfo
get the file CRC32 signature
getCreateTimestamp() - Method in class org.csource.fastdfs.FileInfo
get the create timestamp of the file
getCurrentTrunkFileId() - Method in class org.csource.fastdfs.StructGroupStat
get current trunk file id
getCurrentWritePath() - Method in class org.csource.fastdfs.StructStorageStat
get current write path index
getCurrentWriteServer() - Method in class org.csource.fastdfs.StructGroupStat
get current storage server index to upload file
getDomainName() - Method in class org.csource.fastdfs.StructStorageStat
get the domain name of the storage server
getErrorCode() - Method in class org.csource.fastdfs.StorageClient
get the error code of last call
getErrorCode() - Method in class org.csource.fastdfs.TrackerClient
get the error code of last call
getFetchStorage(TrackerServer, String, String) - Method in class org.csource.fastdfs.TrackerClient
query storage server to download file
getFetchStorage1(TrackerServer, String) - Method in class org.csource.fastdfs.TrackerClient
query storage server to download file
getFetchStorages(TrackerServer, String, String) - Method in class org.csource.fastdfs.TrackerClient
get storage servers to download file
getFetchStorages1(TrackerServer, String) - Method in class org.csource.fastdfs.TrackerClient
get storage servers to download file
getFieldsTotalSize() - Static method in class org.csource.fastdfs.StructGroupStat
get fields total size
getFieldsTotalSize() - Static method in class org.csource.fastdfs.StructStorageStat
get fields total size
getFileSize() - Method in class org.csource.fastdfs.FileInfo
get the file size
getFreeMB() - Method in class org.csource.fastdfs.StructGroupStat
get free disk space in MB
getFreeMB() - Method in class org.csource.fastdfs.StructStorageStat
get free disk space in MB
getG_anti_steal_token() - Static method in class org.csource.fastdfs.ClientGlobal
 
getG_charset() - Static method in class org.csource.fastdfs.ClientGlobal
 
getG_connect_timeout() - Static method in class org.csource.fastdfs.ClientGlobal
 
getG_network_timeout() - Static method in class org.csource.fastdfs.ClientGlobal
 
getG_secret_key() - Static method in class org.csource.fastdfs.ClientGlobal
 
getG_tracker_group() - Static method in class org.csource.fastdfs.ClientGlobal
 
getG_tracker_http_port() - Static method in class org.csource.fastdfs.ClientGlobal
 
getGroupName() - Method in class org.csource.fastdfs.StructGroupStat
get group name
getInetSocketAddress() - Method in class org.csource.fastdfs.TrackerServer
get the server info
getInputStream() - Method in class org.csource.fastdfs.TrackerServer
 
getIntValue(String, int) - Method in class org.csource.common.IniFileReader
get int value from config file
getIpAddr() - Method in class org.csource.fastdfs.ServerInfo
return the ip address
getIpAddr() - Method in class org.csource.fastdfs.StructStorageStat
get storage server ip address
getIpAddress(byte[], int) - Static method in class org.csource.fastdfs.ProtoCommon
buff convert to ip address
getJoinTime() - Method in class org.csource.fastdfs.StructStorageStat
get storage server join time
getLastHeartBeatTime() - Method in class org.csource.fastdfs.StructStorageStat
get last heart beat timestamp
getLastSourceUpdate() - Method in class org.csource.fastdfs.StructStorageStat
get last source update timestamp
getLastSyncedTimestamp() - Method in class org.csource.fastdfs.StructStorageStat
get last synced timestamp
getLastSyncUpdate() - Method in class org.csource.fastdfs.StructStorageStat
get last synced update timestamp
getName() - Method in class org.csource.common.NameValuePair
 
getOutputStream() - Method in class org.csource.fastdfs.TrackerServer
 
getPort() - Method in class org.csource.fastdfs.ServerInfo
return the port of the server
getSocket(String, int) - Static method in class org.csource.fastdfs.ClientGlobal
construct Socket object
getSocket(InetSocketAddress) - Static method in class org.csource.fastdfs.ClientGlobal
construct Socket object
getSocket() - Method in class org.csource.fastdfs.TrackerServer
get the connected socket
getSourceIpAddr() - Method in class org.csource.fastdfs.FileInfo
get the source ip address of the file uploaded to
getSrcIpAddr() - Method in class org.csource.fastdfs.StructStorageStat
get source storage ip address
getStatus() - Method in class org.csource.fastdfs.StructStorageStat
get storage status
getStorageCount() - Method in class org.csource.fastdfs.StructGroupStat
get storage server count in this group
getStorageHttpPort() - Method in class org.csource.fastdfs.StructGroupStat
get storage server HTTP port
getStorageHttpPort() - Method in class org.csource.fastdfs.StructStorageStat
get storage server HTTP port
getStoragePort() - Method in class org.csource.fastdfs.StructGroupStat
get storage server port
getStoragePort() - Method in class org.csource.fastdfs.StructStorageStat
get storage server port
getStorages(TrackerServer, byte, String, String) - Method in class org.csource.fastdfs.TrackerClient
query storage server to download file
getStorageStatusCaption(byte) - Static method in class org.csource.fastdfs.ProtoCommon
 
getStorePathCount() - Method in class org.csource.fastdfs.StructGroupStat
get store base path count of each storage server
getStorePathCount() - Method in class org.csource.fastdfs.StructStorageStat
get store base path count of each storage server
getStorePathIndex() - Method in class org.csource.fastdfs.StorageServer
 
getStoreStorage(TrackerServer) - Method in class org.csource.fastdfs.TrackerClient
query storage server to upload file
getStoreStorage(TrackerServer, String) - Method in class org.csource.fastdfs.TrackerClient
query storage server to upload file
getStoreStorages(TrackerServer, String) - Method in class org.csource.fastdfs.TrackerClient
query storage servers to upload file
getStrValue(String) - Method in class org.csource.common.IniFileReader
get string value from config file
getSubdirCountPerPath() - Method in class org.csource.fastdfs.StructGroupStat
get sub dir count per store path
getSubdirCountPerPath() - Method in class org.csource.fastdfs.StructStorageStat
get sub dir count per store path
getSuccessAppendBytes() - Method in class org.csource.fastdfs.StructStorageStat
get success append bytes
getSuccessAppendCount() - Method in class org.csource.fastdfs.StructStorageStat
get success append count
getSuccessCreateLinkCount() - Method in class org.csource.fastdfs.StructStorageStat
get success create linke count
getSuccessDeleteCount() - Method in class org.csource.fastdfs.StructStorageStat
get success delete file count
getSuccessDeleteLinkCount() - Method in class org.csource.fastdfs.StructStorageStat
get success delete link count
getSuccessDownloadCount() - Method in class org.csource.fastdfs.StructStorageStat
get success download file count
getSuccessDownloadloadBytes() - Method in class org.csource.fastdfs.StructStorageStat
get success download file bytes
getSuccessFileOpenCount() - Method in class org.csource.fastdfs.StructStorageStat
get success file opened count
getSuccessFileReadCount() - Method in class org.csource.fastdfs.StructStorageStat
get success file read count
getSuccessFileWriteCount() - Method in class org.csource.fastdfs.StructStorageStat
get success file write count
getSuccessGetMetaCount() - Method in class org.csource.fastdfs.StructStorageStat
get success get metadata count
getSuccessModifyBytes() - Method in class org.csource.fastdfs.StructStorageStat
get success modify bytes
getSuccessModifyCount() - Method in class org.csource.fastdfs.StructStorageStat
get success modify count
getSuccessSetMetaCount() - Method in class org.csource.fastdfs.StructStorageStat
get success set meta data count
getSuccessSyncInBytes() - Method in class org.csource.fastdfs.StructStorageStat
get success sync in bytes
getSuccessSyncOutBytes() - Method in class org.csource.fastdfs.StructStorageStat
get success sync out bytes
getSuccessTruncateCount() - Method in class org.csource.fastdfs.StructStorageStat
get success truncate count
getSuccessUploadBytes() - Method in class org.csource.fastdfs.StructStorageStat
get success upload file bytes
getSuccessUploadCount() - Method in class org.csource.fastdfs.StructStorageStat
get success upload file count
getToken(String, int, String) - Static method in class org.csource.fastdfs.ProtoCommon
get token for file URL
getTotalAppendBytes() - Method in class org.csource.fastdfs.StructStorageStat
get total append bytes
getTotalAppendCount() - Method in class org.csource.fastdfs.StructStorageStat
get total append count
getTotalCreateLinkCount() - Method in class org.csource.fastdfs.StructStorageStat
get total create linke count
getTotalDeleteCount() - Method in class org.csource.fastdfs.StructStorageStat
get total delete file count
getTotalDeleteLinkCount() - Method in class org.csource.fastdfs.StructStorageStat
get total delete link count
getTotalDownloadCount() - Method in class org.csource.fastdfs.StructStorageStat
get total download file count
getTotalDownloadloadBytes() - Method in class org.csource.fastdfs.StructStorageStat
get total download file bytes
getTotalFileOpenCount() - Method in class org.csource.fastdfs.StructStorageStat
get total file opened count
getTotalFileReadCount() - Method in class org.csource.fastdfs.StructStorageStat
get total file read count
getTotalFileWriteCount() - Method in class org.csource.fastdfs.StructStorageStat
get total file write count
getTotalGetMetaCount() - Method in class org.csource.fastdfs.StructStorageStat
get total get metadata count
getTotalMB() - Method in class org.csource.fastdfs.StructStorageStat
get total disk space in MB
getTotalModifyBytes() - Method in class org.csource.fastdfs.StructStorageStat
get total modify bytes
getTotalModifyCount() - Method in class org.csource.fastdfs.StructStorageStat
get total modify count
getTotalSetMetaCount() - Method in class org.csource.fastdfs.StructStorageStat
get total set meta data count
getTotalSyncInBytes() - Method in class org.csource.fastdfs.StructStorageStat
get total sync in bytes
getTotalSyncOutBytes() - Method in class org.csource.fastdfs.StructStorageStat
get total sync out bytes
getTotalTruncateCount() - Method in class org.csource.fastdfs.StructStorageStat
get total truncate count
getTotalUploadBytes() - Method in class org.csource.fastdfs.StructStorageStat
get total upload file bytes
getTotalUploadCount() - Method in class org.csource.fastdfs.StructStorageStat
get total upload file count
getTrunkFreeMB() - Method in class org.csource.fastdfs.StructGroupStat
get trunk free space in MB
getUpdateStorage(TrackerServer, String, String) - Method in class org.csource.fastdfs.TrackerClient
query storage server to update file (delete file or set meta data)
getUploadPriority() - Method in class org.csource.fastdfs.StructStorageStat
get storage server upload priority
getUpTime() - Method in class org.csource.fastdfs.StructStorageStat
get storage server up time
getValue() - Method in class org.csource.common.NameValuePair
 
getValues(String) - Method in class org.csource.common.IniFileReader
get all values from config file
getVersion() - Method in class org.csource.fastdfs.StructStorageStat
get storage version
groupName - Variable in class org.csource.fastdfs.StructGroupStat
 

I

ifTrunkServer - Variable in class org.csource.fastdfs.StructStorageStat
 
inetSockAddr - Variable in class org.csource.fastdfs.TrackerServer
 
INFINITE_FILE_SIZE - Static variable in class org.csource.fastdfs.ProtoCommon
 
IniFileReader - Class in org.csource.common
ini file reader / parser
IniFileReader(String) - Constructor for class org.csource.common.IniFileReader
 
init(String) - Static method in class org.csource.fastdfs.ClientGlobal
load global variables
intValue(byte[], int, StructBase.FieldInfo) - Method in class org.csource.fastdfs.StructBase
 
ip_addr - Variable in class org.csource.fastdfs.ServerInfo
 
ipAddr - Variable in class org.csource.fastdfs.StructStorageStat
 
isG_anti_steal_token() - Static method in class org.csource.fastdfs.ClientGlobal
 
isTrunkServer() - Method in class org.csource.fastdfs.StructStorageStat
if the trunk server

J

joinTime - Variable in class org.csource.fastdfs.StructStorageStat
 

L

lastHeartBeatTime - Variable in class org.csource.fastdfs.StructStorageStat
 
lastSourceUpdate - Variable in class org.csource.fastdfs.StructStorageStat
 
lastSyncedTimestamp - Variable in class org.csource.fastdfs.StructStorageStat
 
lastSyncUpdate - Variable in class org.csource.fastdfs.StructStorageStat
 
listGroups(TrackerServer) - Method in class org.csource.fastdfs.TrackerClient
list groups
listStorages(TrackerServer, String) - Method in class org.csource.fastdfs.TrackerClient
query storage server stat info of the group
listStorages(TrackerServer, String, String) - Method in class org.csource.fastdfs.TrackerClient
query storage server stat info of the group
lock - Variable in class org.csource.fastdfs.TrackerGroup
 
long2buff(long) - Static method in class org.csource.fastdfs.ProtoCommon
long convert to buff (big-endian)
longValue(byte[], int, StructBase.FieldInfo) - Method in class org.csource.fastdfs.StructBase
 

M

main(String[]) - Static method in class org.csource.common.Base64
test driver
md5(byte[]) - Static method in class org.csource.fastdfs.ProtoCommon
md5 function
modify_file(String, String, long, String) - Method in class org.csource.fastdfs.StorageClient
modify appender file to storage server (by file name)
modify_file(String, String, long, byte[]) - Method in class org.csource.fastdfs.StorageClient
modify appender file to storage server (by file buff)
modify_file(String, String, long, byte[], int, int) - Method in class org.csource.fastdfs.StorageClient
modify appender file to storage server (by file buff)
modify_file(String, String, long, long, UploadCallback) - Method in class org.csource.fastdfs.StorageClient
modify appender file to storage server (by callback)
modify_file1(String, long, String) - Method in class org.csource.fastdfs.StorageClient1
modify appender file to storage server (by file name)
modify_file1(String, long, byte[]) - Method in class org.csource.fastdfs.StorageClient1
modify appender file to storage server (by file buff)
modify_file1(String, long, byte[], int, int) - Method in class org.csource.fastdfs.StorageClient1
modify appender file to storage server (by file buff)
modify_file1(String, long, long, UploadCallback) - Method in class org.csource.fastdfs.StorageClient1
modify appender file to storage server (by callback)
MyException - Exception in org.csource.common
My Exception
MyException() - Constructor for exception org.csource.common.MyException
 
MyException(String) - Constructor for exception org.csource.common.MyException
 

N

name - Variable in class org.csource.common.NameValuePair
 
name - Variable in class org.csource.fastdfs.StructBase.FieldInfo
 
NameValuePair - Class in org.csource.common
name(key) and value pair model
NameValuePair() - Constructor for class org.csource.common.NameValuePair
 
NameValuePair(String) - Constructor for class org.csource.common.NameValuePair
 
NameValuePair(String, String) - Constructor for class org.csource.common.NameValuePair
 
newReadableStorageConnection(String, String) - Method in class org.csource.fastdfs.StorageClient
check storage socket, if null create a new connection
newUpdatableStorageConnection(String, String) - Method in class org.csource.fastdfs.StorageClient
check storage socket, if null create a new connection
newWritableStorageConnection(String) - Method in class org.csource.fastdfs.StorageClient
check storage socket, if null create a new connection

O

offset - Variable in class org.csource.fastdfs.StructBase.FieldInfo
 
org.csource.common - package org.csource.common
 
org.csource.fastdfs - package org.csource.fastdfs
 

P

pack_metadata(NameValuePair[]) - Static method in class org.csource.fastdfs.ProtoCommon
pack metadata array to string
packHeader(byte, long, byte) - Static method in class org.csource.fastdfs.ProtoCommon
pack header by FastDFS transfer protocol
port - Variable in class org.csource.fastdfs.ServerInfo
 
PROTO_HEADER_CMD_INDEX - Static variable in class org.csource.fastdfs.ProtoCommon
 
PROTO_HEADER_STATUS_INDEX - Static variable in class org.csource.fastdfs.ProtoCommon
 
ProtoCommon - Class in org.csource.fastdfs
protocol common functions
ProtoCommon.RecvHeaderInfo - Class in org.csource.fastdfs
receive header info
ProtoCommon.RecvHeaderInfo(byte, long) - Constructor for class org.csource.fastdfs.ProtoCommon.RecvHeaderInfo
 
ProtoCommon.RecvPackageInfo - Class in org.csource.fastdfs
receive package info
ProtoCommon.RecvPackageInfo(byte, byte[]) - Constructor for class org.csource.fastdfs.ProtoCommon.RecvPackageInfo
 
ProtoStructDecoder<T extends StructBase> - Class in org.csource.fastdfs
C struct body decoder
ProtoStructDecoder() - Constructor for class org.csource.fastdfs.ProtoStructDecoder
Constructor

Q

query_file_info(String, String) - Method in class org.csource.fastdfs.StorageClient
get file info from storage server
query_file_info1(String) - Method in class org.csource.fastdfs.StorageClient1
get file info from storage server

R

recv(long, byte[], int) - Method in interface org.csource.fastdfs.DownloadCallback
recv file content callback function, may be called more than once when the file downloaded
recv(long, byte[], int) - Method in class org.csource.fastdfs.DownloadStream
recv file content callback function, may be called more than once when the file downloaded
recvHeader(InputStream, byte, long) - Static method in class org.csource.fastdfs.ProtoCommon
receive pack header
recvPackage(InputStream, byte, long) - Static method in class org.csource.fastdfs.ProtoCommon
receive whole pack

S

send(OutputStream) - Method in class org.csource.fastdfs.StorageClient.UploadBuff
send file content callback function, be called only once when the file uploaded
send(OutputStream) - Method in interface org.csource.fastdfs.UploadCallback
send file content callback function, be called only once when the file uploaded
send(OutputStream) - Method in class org.csource.fastdfs.UploadStream
send file content callback function, be called only once when the file uploaded
send_download_package(String, String, long, long) - Method in class org.csource.fastdfs.StorageClient
send package to storage server
send_package(byte, String, String) - Method in class org.csource.fastdfs.StorageClient
send package to storage server
ServerInfo - Class in org.csource.fastdfs
Server Info
ServerInfo(String, int) - Constructor for class org.csource.fastdfs.ServerInfo
Constructor
set_metadata(String, String, NameValuePair[], byte) - Method in class org.csource.fastdfs.StorageClient
set metadata items to storage server
set_metadata1(String, NameValuePair[], byte) - Method in class org.csource.fastdfs.StorageClient1
set metadata items to storage server
setCrc32(int) - Method in class org.csource.fastdfs.FileInfo
set the create timestamp of the file
setCreateTimestamp(int) - Method in class org.csource.fastdfs.FileInfo
set the create timestamp of the file
setFields(byte[], int) - Method in class org.csource.fastdfs.StructBase
set fields
setFields(byte[], int) - Method in class org.csource.fastdfs.StructGroupStat
set fields
setFields(byte[], int) - Method in class org.csource.fastdfs.StructStorageStat
set fields
setFileSize(long) - Method in class org.csource.fastdfs.FileInfo
set the file size
setG_anti_steal_token(boolean) - Static method in class org.csource.fastdfs.ClientGlobal
 
setG_charset(String) - Static method in class org.csource.fastdfs.ClientGlobal
 
setG_connect_timeout(int) - Static method in class org.csource.fastdfs.ClientGlobal
 
setG_network_timeout(int) - Static method in class org.csource.fastdfs.ClientGlobal
 
setG_secret_key(String) - Static method in class org.csource.fastdfs.ClientGlobal
 
setG_tracker_group(TrackerGroup) - Static method in class org.csource.fastdfs.ClientGlobal
 
setG_tracker_http_port(int) - Static method in class org.csource.fastdfs.ClientGlobal
 
setLineLength(int) - Method in class org.csource.common.Base64
determines how long the lines are that are generated by encode.
setLineSeparator(String) - Method in class org.csource.common.Base64
How lines are separated.
setName(String) - Method in class org.csource.common.NameValuePair
 
setSourceIpAddr(String) - Method in class org.csource.fastdfs.FileInfo
set the source ip address of the file uploaded to
setValue(String) - Method in class org.csource.common.NameValuePair
 
show(byte[]) - Static method in class org.csource.common.Base64
debug display array
size - Variable in class org.csource.fastdfs.StructBase.FieldInfo
 
sock - Variable in class org.csource.fastdfs.TrackerServer
 
source_ip_addr - Variable in class org.csource.fastdfs.FileInfo
 
split_file_id(String, String[]) - Static method in class org.csource.fastdfs.StorageClient1
 
SPLIT_GROUP_NAME_AND_FILENAME_SEPERATOR - Static variable in class org.csource.fastdfs.StorageClient1
 
split_metadata(String) - Static method in class org.csource.fastdfs.ProtoCommon
split metadata to name value pair array
split_metadata(String, String, String) - Static method in class org.csource.fastdfs.ProtoCommon
split metadata to name value pair array
srcIpAddr - Variable in class org.csource.fastdfs.StructStorageStat
 
status - Variable in class org.csource.fastdfs.StructStorageStat
 
STORAGE_PROTO_CMD_APPEND_FILE - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_DELETE_FILE - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_DOWNLOAD_FILE - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_GET_METADATA - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_MODIFY_FILE - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_QUERY_FILE_INFO - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_RESP - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_SET_METADATA - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_TRUNCATE_FILE - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_UPLOAD_APPENDER_FILE - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_UPLOAD_FILE - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_UPLOAD_SLAVE_FILE - Static variable in class org.csource.fastdfs.ProtoCommon
 
STORAGE_SET_METADATA_FLAG_MERGE - Static variable in class org.csource.fastdfs.ProtoCommon
for replace, insert when the meta item not exist, otherwise update it
STORAGE_SET_METADATA_FLAG_OVERWRITE - Static variable in class org.csource.fastdfs.ProtoCommon
for overwrite all old metadata
StorageClient - Class in org.csource.fastdfs
Storage client for 2 fields file id: group name and filename
StorageClient() - Constructor for class org.csource.fastdfs.StorageClient
constructor using global settings in class ClientGlobal
StorageClient(TrackerServer, StorageServer) - Constructor for class org.csource.fastdfs.StorageClient
constructor with tracker server and storage server
StorageClient.UploadBuff - Class in org.csource.fastdfs
Upload file by file buff
StorageClient.UploadBuff(byte[], int, int) - Constructor for class org.csource.fastdfs.StorageClient.UploadBuff
constructor
StorageClient1 - Class in org.csource.fastdfs
Storage client for 1 field file id: combined group name and filename
StorageClient1() - Constructor for class org.csource.fastdfs.StorageClient1
constructor
StorageClient1(TrackerServer, StorageServer) - Constructor for class org.csource.fastdfs.StorageClient1
constructor
storageCount - Variable in class org.csource.fastdfs.StructGroupStat
 
storageHttpPort - Variable in class org.csource.fastdfs.StructGroupStat
 
storageHttpPort - Variable in class org.csource.fastdfs.StructStorageStat
 
storagePort - Variable in class org.csource.fastdfs.StructGroupStat
 
storagePort - Variable in class org.csource.fastdfs.StructStorageStat
 
storageServer - Variable in class org.csource.fastdfs.StorageClient
 
StorageServer - Class in org.csource.fastdfs
Storage Server Info
StorageServer(String, int, int) - Constructor for class org.csource.fastdfs.StorageServer
Constructor
StorageServer(String, int, byte) - Constructor for class org.csource.fastdfs.StorageServer
Constructor
store_path_index - Variable in class org.csource.fastdfs.StorageServer
 
storePathCount - Variable in class org.csource.fastdfs.StructGroupStat
 
storePathCount - Variable in class org.csource.fastdfs.StructStorageStat
 
stringValue(byte[], int, StructBase.FieldInfo) - Method in class org.csource.fastdfs.StructBase
 
StructBase - Class in org.csource.fastdfs
C struct body decoder
StructBase() - Constructor for class org.csource.fastdfs.StructBase
 
StructBase.FieldInfo - Class in org.csource.fastdfs
 
StructBase.FieldInfo(String, int, int) - Constructor for class org.csource.fastdfs.StructBase.FieldInfo
 
StructGroupStat - Class in org.csource.fastdfs
C struct body decoder
StructGroupStat() - Constructor for class org.csource.fastdfs.StructGroupStat
 
StructStorageStat - Class in org.csource.fastdfs
C struct body decoder
StructStorageStat() - Constructor for class org.csource.fastdfs.StructStorageStat
 
subdirCountPerPath - Variable in class org.csource.fastdfs.StructGroupStat
 
subdirCountPerPath - Variable in class org.csource.fastdfs.StructStorageStat
 
successAppendBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
successAppendCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successCreateLinkCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successDeleteCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successDeleteLinkCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successDownloadCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successDownloadloadBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
successFileOpenCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successFileReadCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successFileWriteCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successGetMetaCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successModifyBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
successModifyCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successSetMetaCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successSyncInBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
successSyncOutBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
successTruncateCount - Variable in class org.csource.fastdfs.StructStorageStat
 
successUploadBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
successUploadCount - Variable in class org.csource.fastdfs.StructStorageStat
 

T

test() - Static method in class org.csource.common.Base64
 
toString() - Method in class org.csource.fastdfs.FileInfo
to string
totalAppendBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
totalAppendCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalCreateLinkCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalDeleteCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalDeleteLinkCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalDownloadCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalDownloadloadBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
totalFileOpenCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalFileReadCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalFileWriteCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalGetMetaCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalMB - Variable in class org.csource.fastdfs.StructStorageStat
 
totalModifyBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
totalModifyCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalSetMetaCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalSyncInBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
totalSyncOutBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
totalTruncateCount - Variable in class org.csource.fastdfs.StructStorageStat
 
totalUploadBytes - Variable in class org.csource.fastdfs.StructStorageStat
 
totalUploadCount - Variable in class org.csource.fastdfs.StructStorageStat
 
tracker_group - Variable in class org.csource.fastdfs.TrackerClient
 
TRACKER_PROTO_CMD_RESP - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVER_DELETE_STORAGE - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVER_LIST_GROUP - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVER_LIST_STORAGE - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_FETCH_ALL - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_FETCH_ONE - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITH_GROUP_ALL - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITH_GROUP_ONE - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITHOUT_GROUP_ALL - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITHOUT_GROUP_ONE - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_UPDATE - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_QUERY_STORAGE_FETCH_BODY_LEN - Static variable in class org.csource.fastdfs.ProtoCommon
 
TRACKER_QUERY_STORAGE_STORE_BODY_LEN - Static variable in class org.csource.fastdfs.ProtoCommon
 
tracker_server_index - Variable in class org.csource.fastdfs.TrackerGroup
 
tracker_servers - Variable in class org.csource.fastdfs.TrackerGroup
 
TrackerClient - Class in org.csource.fastdfs
Tracker client
TrackerClient() - Constructor for class org.csource.fastdfs.TrackerClient
constructor with global tracker group
TrackerClient(TrackerGroup) - Constructor for class org.csource.fastdfs.TrackerClient
constructor with specified tracker group
TrackerGroup - Class in org.csource.fastdfs
Tracker server group
TrackerGroup(InetSocketAddress[]) - Constructor for class org.csource.fastdfs.TrackerGroup
Constructor
trackerServer - Variable in class org.csource.fastdfs.StorageClient
 
TrackerServer - Class in org.csource.fastdfs
Tracker Server Info
TrackerServer(Socket, InetSocketAddress) - Constructor for class org.csource.fastdfs.TrackerServer
Constructor
truncate_file(String, String) - Method in class org.csource.fastdfs.StorageClient
truncate appender file to size 0 from storage server
truncate_file(String, String, long) - Method in class org.csource.fastdfs.StorageClient
truncate appender file from storage server
truncate_file1(String) - Method in class org.csource.fastdfs.StorageClient1
truncate appender file to size 0 from storage server
truncate_file1(String, long) - Method in class org.csource.fastdfs.StorageClient1
truncate appender file from storage server
trunkFreeMB - Variable in class org.csource.fastdfs.StructGroupStat
 

U

upload_appender_file(String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload appender file to storage server (by file name)
upload_appender_file(String, String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload appender file to storage server (by file name)
upload_appender_file(byte[], int, int, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload appender file to storage server (by file buff)
upload_appender_file(String, byte[], int, int, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload appender file to storage server (by file buff)
upload_appender_file(byte[], String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload appender file to storage server (by file buff)
upload_appender_file(String, byte[], String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload appender file to storage server (by file buff)
upload_appender_file(String, long, UploadCallback, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload appender file to storage server (by callback)
upload_appender_file1(String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload appender file to storage server (by file name)
upload_appender_file1(String, String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload appender file to storage server (by file name)
upload_appender_file1(byte[], String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload appender file to storage server (by file buff)
upload_appender_file1(String, byte[], String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload appender file to storage server (by file buff)
upload_appender_file1(String, long, UploadCallback, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload appender file to storage server (by callback)
upload_file(String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by file name)
upload_file(String, String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by file name)
upload_file(byte, String, String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by file name)
upload_file(byte[], int, int, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by file buff)
upload_file(String, byte[], int, int, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by file buff)
upload_file(byte[], String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by file buff)
upload_file(String, byte[], String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by file buff)
upload_file(String, long, UploadCallback, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by callback)
upload_file(String, String, String, String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by file name, slave file mode)
upload_file(String, String, String, byte[], String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by file buff, slave file mode)
upload_file(String, String, String, byte[], int, int, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by file buff, slave file mode)
upload_file(String, String, String, long, UploadCallback, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient
upload file to storage server (by callback, slave file mode)
upload_file1(String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload file to storage server (by file name)
upload_file1(String, String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload file to storage server (by file name)
upload_file1(byte[], String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload file to storage server (by file buff)
upload_file1(String, byte[], String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload file to storage server (by file buff)
upload_file1(String, long, UploadCallback, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload file to storage server (by callback)
upload_file1(String, String, String, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload file to storage server (by file name, slave file mode)
upload_file1(String, String, byte[], String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload file to storage server (by file buff, slave file mode)
upload_file1(String, String, byte[], int, int, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload file to storage server (by file buff, slave file mode)
upload_file1(String, String, long, UploadCallback, String, NameValuePair[]) - Method in class org.csource.fastdfs.StorageClient1
upload file to storage server (by callback)
UploadCallback - Interface in org.csource.fastdfs
upload file callback interface
uploadPriority - Variable in class org.csource.fastdfs.StructStorageStat
 
UploadStream - Class in org.csource.fastdfs
Upload file by stream
UploadStream(InputStream, long) - Constructor for class org.csource.fastdfs.UploadStream
constructor
upTime - Variable in class org.csource.fastdfs.StructStorageStat
 

V

value - Variable in class org.csource.common.NameValuePair
 
version - Variable in class org.csource.fastdfs.StructStorageStat
 

A B C D E F G I J L M N O P Q R S T U V