A B C D E F G I J L M N O P Q R S T U V
A
- activeCount -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
- activeTest(Socket) -
类 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) -
类 org.csource.fastdfs.StorageClient 中的方法
- append file to storage server (by file name)
- append_file(String, String, byte[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- append file to storage server (by file buff)
- append_file(String, String, byte[], int, int) -
类 org.csource.fastdfs.StorageClient 中的方法
- append file to storage server (by file buff)
- append_file(String, String, long, UploadCallback) -
类 org.csource.fastdfs.StorageClient 中的方法
- append file to storage server (by callback)
- append_file1(String, String) -
类 org.csource.fastdfs.StorageClient1 中的方法
- append file to storage server (by file name)
- append_file1(String, byte[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- append file to storage server (by file buff)
- append_file1(String, byte[], int, int) -
类 org.csource.fastdfs.StorageClient1 中的方法
- append file to storage server (by file buff)
- append_file1(String, long, UploadCallback) -
类 org.csource.fastdfs.StorageClient1 中的方法
- append file to storage server (by callback)
- APPENDER_FILE_SIZE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
B
- Base64 - org.csource.common 中的 类
- Encode arbitrary binary into printable ASCII using BASE64 encoding.
- Base64() -
类 org.csource.common.Base64 的构造方法
-
- Base64(char, char, char, int) -
类 org.csource.common.Base64 的构造方法
-
- Base64(int) -
类 org.csource.common.Base64 的构造方法
-
- base64 -
类 org.csource.fastdfs.StorageClient 中的静态变量
-
- body -
类 org.csource.fastdfs.ProtoCommon.RecvPackageInfo 中的变量
-
- body_len -
类 org.csource.fastdfs.ProtoCommon.RecvHeaderInfo 中的变量
-
- booleanValue(byte[], int, StructBase.FieldInfo) -
类 org.csource.fastdfs.StructBase 中的方法
-
- buff2int(byte[], int) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- buff convert to int
- buff2long(byte[], int) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- buff convert to long
- byteValue(byte[], int, StructBase.FieldInfo) -
类 org.csource.fastdfs.StructBase 中的方法
-
C
- classLoader() -
类 org.csource.common.IniFileReader 中的静态方法
-
- ClientGlobal - org.csource.fastdfs 中的 类
- Global variables
- clone() -
类 org.csource.fastdfs.TrackerGroup 中的方法
-
- close() -
类 org.csource.fastdfs.TrackerServer 中的方法
-
- closeSocket(Socket) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- send quit command to server and close socket
- CONF_KEY_CHARSET -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- CONF_KEY_CONNECT_TIMEOUT -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- CONF_KEY_HTTP_ANTI_STEAL_TOKEN -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- CONF_KEY_HTTP_SECRET_KEY -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- CONF_KEY_HTTP_TRACKER_HTTP_PORT -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- CONF_KEY_NETWORK_TIMEOUT -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- CONF_KEY_TRACKER_SERVER -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- configInfo() -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- connect() -
类 org.csource.fastdfs.ServerInfo 中的方法
- connect to server
- connectionAllocCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- connectionCurrentCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- connectionMaxCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- crc32 -
类 org.csource.fastdfs.FileInfo 中的变量
-
- create_timestamp -
类 org.csource.fastdfs.FileInfo 中的变量
-
- currentTrunkFileId -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
- currentWritePath -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- currentWriteServer -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
D
- dateValue(byte[], int, StructBase.FieldInfo) -
类 org.csource.fastdfs.StructBase 中的方法
-
- decode(String) -
类 org.csource.common.Base64 中的方法
- decode a well-formed complete Base64 string back into an array of bytes.
- decode(byte[], Class<T>, int) -
类 org.csource.fastdfs.ProtoStructDecoder 中的方法
- decode byte buffer
- decodeAuto(String) -
类 org.csource.common.Base64 中的方法
- decode a well-formed complete Base64 string back into an array of bytes.
- DEFAULT_CHARSET -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- DEFAULT_CONNECT_TIMEOUT -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- DEFAULT_HTTP_ANTI_STEAL_TOKEN -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- DEFAULT_HTTP_SECRET_KEY -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- DEFAULT_HTTP_TRACKER_HTTP_PORT -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- DEFAULT_NETWORK_TIMEOUT -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- delete_file(String, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- delete file from storage server
- delete_file1(String) -
类 org.csource.fastdfs.StorageClient1 中的方法
- delete file from storage server
- deleteStorage(String, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- delete a storage server from the global FastDFS cluster
- deleteStorage(TrackerGroup, String, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- delete a storage server from the FastDFS cluster
- display(byte[]) -
类 org.csource.common.Base64 中的静态方法
- debug display array
- do_append_file(String, String, long, UploadCallback) -
类 org.csource.fastdfs.StorageClient 中的方法
- append file to storage server
- do_modify_file(String, String, long, long, UploadCallback) -
类 org.csource.fastdfs.StorageClient 中的方法
- modify appender file to storage server
- do_upload_file(byte, String, String, String, String, long, UploadCallback, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server
- domainName -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- download_file(String, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- download file from storage server
- download_file(String, String, long, long) -
类 org.csource.fastdfs.StorageClient 中的方法
- download file from storage server
- download_file(String, String, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- download file from storage server
- download_file(String, String, long, long, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- download file from storage server
- download_file(String, String, DownloadCallback) -
类 org.csource.fastdfs.StorageClient 中的方法
- download file from storage server
- download_file(String, String, long, long, DownloadCallback) -
类 org.csource.fastdfs.StorageClient 中的方法
- download file from storage server
- download_file1(String) -
类 org.csource.fastdfs.StorageClient1 中的方法
- download file from storage server
- download_file1(String, long, long) -
类 org.csource.fastdfs.StorageClient1 中的方法
- download file from storage server
- download_file1(String, String) -
类 org.csource.fastdfs.StorageClient1 中的方法
- download file from storage server
- download_file1(String, long, long, String) -
类 org.csource.fastdfs.StorageClient1 中的方法
- download file from storage server
- download_file1(String, DownloadCallback) -
类 org.csource.fastdfs.StorageClient1 中的方法
- download file from storage server
- download_file1(String, long, long, DownloadCallback) -
类 org.csource.fastdfs.StorageClient1 中的方法
- download file from storage server
- DownloadCallback - org.csource.fastdfs 中的 接口
- Download file callback interface
- DownloadStream - org.csource.fastdfs 中的 类
- Download file by stream (download callback class)
- DownloadStream(OutputStream) -
类 org.csource.fastdfs.DownloadStream 的构造方法
-
E
- ECONNREFUSED -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- encode(byte[]) -
类 org.csource.common.Base64 中的方法
- Encode an arbitrary array of bytes as Base64 printable ASCII.
- ERR_NO_EALREADY -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- ERR_NO_EBUSY -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- ERR_NO_EINVAL -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- ERR_NO_EIO -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- ERR_NO_ENOENT -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- ERR_NO_ENOSPC -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- errno -
类 org.csource.fastdfs.ProtoCommon.RecvHeaderInfo 中的变量
-
- errno -
类 org.csource.fastdfs.ProtoCommon.RecvPackageInfo 中的变量
-
- errno -
类 org.csource.fastdfs.StorageClient 中的变量
-
- errno -
类 org.csource.fastdfs.TrackerClient 中的变量
-
F
- FDFS_DOMAIN_NAME_MAX_SIZE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_FIELD_SEPERATOR -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_FILE_EXT_NAME_MAX_LEN -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_FILE_PATH_LEN -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_FILE_PREFIX_MAX_LEN -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_FILENAME_BASE64_LENGTH -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_GROUP_NAME_MAX_LEN -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_IPADDR_SIZE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_PROTO_CMD_ACTIVE_TEST -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_PROTO_CMD_QUIT -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_PROTO_CMD_SIZE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_PROTO_PKG_LEN_SIZE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_RECORD_SEPERATOR -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_STORAGE_ID_MAX_SIZE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_STORAGE_STATUS_ACTIVE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_STORAGE_STATUS_DELETED -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_STORAGE_STATUS_INIT -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_STORAGE_STATUS_IP_CHANGED -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_STORAGE_STATUS_NONE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_STORAGE_STATUS_OFFLINE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_STORAGE_STATUS_ONLINE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_STORAGE_STATUS_SYNCING -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_STORAGE_STATUS_WAIT_SYNC -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_TRUNK_FILE_INFO_LEN -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FDFS_VERSION_SIZE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- FIELD_INDEX_ACTIVE_COUNT -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_CONNECTION_ALLOC_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_CONNECTION_CURRENT_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_CONNECTION_MAX_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_CURRENT_TRUNK_FILE_ID -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_CURRENT_WRITE_PATH -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_CURRENT_WRITE_SERVER -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_DOMAIN_NAME -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_FREE_MB -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_FREE_MB -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_GROUP_NAME -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_ID -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_IF_TRUNK_FILE -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_IP_ADDR -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_JOIN_TIME -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_LAST_HEART_BEAT_TIME -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_LAST_SOURCE_UPDATE -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_LAST_SYNC_UPDATE -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_LAST_SYNCED_TIMESTAMP -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SRC_IP_ADDR -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_STATUS -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_STORAGE_COUNT -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_STORAGE_HTTP_PORT -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_STORAGE_HTTP_PORT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_STORAGE_PORT -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_STORAGE_PORT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_STORE_PATH_COUNT -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_STORE_PATH_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUBDIR_COUNT_PER_PATH -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_SUBDIR_COUNT_PER_PATH -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_APPEND_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_APPEND_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_CREATE_LINK_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_DELETE_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_DELETE_LINK_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_DOWNLOAD_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_DOWNLOAD_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_FILE_OPEN_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_FILE_READ_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_FILE_WRITE_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_GET_META_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_MODIFY_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_MODIFY_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_SET_META_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_SYNC_IN_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_SYNC_OUT_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_TRUNCATE_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_UPLOAD_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_SUCCESS_UPLOAD_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_APPEND_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_APPEND_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_CREATE_LINK_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_DELETE_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_DELETE_LINK_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_DOWNLOAD_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_DOWNLOAD_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_FILE_OPEN_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_FILE_READ_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_FILE_WRITE_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_GET_META_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_MB -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_TOTAL_MB -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_MODIFY_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_MODIFY_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_SET_META_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_SYNC_IN_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_SYNC_OUT_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_TRUNCATE_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_UPLOAD_BYTES -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TOTAL_UPLOAD_COUNT -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_TRUNK_FREE_MB -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- FIELD_INDEX_UP_TIME -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_UPLOAD_PRIORITY -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- FIELD_INDEX_VERSION -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- fieldsArray -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- fieldsArray -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- fieldsTotalSize -
类 org.csource.fastdfs.StructGroupStat 中的静态变量
-
- fieldsTotalSize -
类 org.csource.fastdfs.StructStorageStat 中的静态变量
-
- file_size -
类 org.csource.fastdfs.FileInfo 中的变量
-
- FileInfo - org.csource.fastdfs 中的 类
- Server Info
- FileInfo(long, int, int, String) -
类 org.csource.fastdfs.FileInfo 的构造方法
- Constructor
- finalize() -
类 org.csource.fastdfs.TrackerServer 中的方法
-
- freeMB -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
- freeMB -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
G
- g_anti_steal_token -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- g_charset -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- g_connect_timeout -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- g_network_timeout -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- g_secret_key -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- g_tracker_group -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- g_tracker_http_port -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- genSlaveFilename(String, String, String) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- generate slave filename
- get_file_info(String, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- get file info decoded from the filename, fetch from the storage if necessary
- get_file_info1(String) -
类 org.csource.fastdfs.StorageClient1 中的方法
- get file info decoded from filename
- get_metadata(String, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- get all metadata items from storage server
- get_metadata1(String) -
类 org.csource.fastdfs.StorageClient1 中的方法
- get all metadata items from storage server
- getActiveCount() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get active storage server count in this group
- getBoolValue(String, boolean) -
类 org.csource.common.IniFileReader 中的方法
- get boolean value from config file
- getConfFilename() -
类 org.csource.common.IniFileReader 中的方法
- get the config filename
- getConnection() -
类 org.csource.fastdfs.TrackerClient 中的方法
- get a connection to tracker server
- getConnection(int) -
类 org.csource.fastdfs.TrackerGroup 中的方法
- return connected tracker server
- getConnection() -
类 org.csource.fastdfs.TrackerGroup 中的方法
- return connected tracker server
- getConnectionAllocCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get connection alloc count
- getConnectionCurrentCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get connection current count
- getConnectionMaxCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get connection max count
- getCrc32() -
类 org.csource.fastdfs.FileInfo 中的方法
- get the file CRC32 signature
- getCreateTimestamp() -
类 org.csource.fastdfs.FileInfo 中的方法
- get the create timestamp of the file
- getCurrentTrunkFileId() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get current trunk file id
- getCurrentWritePath() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get current write path index
- getCurrentWriteServer() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get current storage server index to upload file
- getDomainName() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get the domain name of the storage server
- getErrorCode() -
类 org.csource.fastdfs.StorageClient 中的方法
- get the error code of last call
- getErrorCode() -
类 org.csource.fastdfs.TrackerClient 中的方法
- get the error code of last call
- getFetchStorage(TrackerServer, String, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- query storage server to download file
- getFetchStorage1(TrackerServer, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- query storage server to download file
- getFetchStorages(TrackerServer, String, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- get storage servers to download file
- getFetchStorages1(TrackerServer, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- get storage servers to download file
- getFieldsTotalSize() -
类 org.csource.fastdfs.StructGroupStat 中的静态方法
- get fields total size
- getFieldsTotalSize() -
类 org.csource.fastdfs.StructStorageStat 中的静态方法
- get fields total size
- getFileSize() -
类 org.csource.fastdfs.FileInfo 中的方法
- get the file size
- getFreeMB() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get free disk space in MB
- getFreeMB() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get free disk space in MB
- getG_anti_steal_token() -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- getG_charset() -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- getG_connect_timeout() -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- getG_network_timeout() -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- getG_secret_key() -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- getG_tracker_group() -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- getG_tracker_http_port() -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- getGroupName() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get group name
- getId() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get storage server id
- getInetSocketAddress() -
类 org.csource.fastdfs.TrackerServer 中的方法
- get the server info
- getInputStream() -
类 org.csource.fastdfs.TrackerServer 中的方法
-
- getIntValue(String, int) -
类 org.csource.common.IniFileReader 中的方法
- get int value from config file
- getIpAddr() -
类 org.csource.fastdfs.ServerInfo 中的方法
- return the ip address
- getIpAddr() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get storage server ip address
- getIpAddress(byte[], int) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- buff convert to ip address
- getJoinTime() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get storage server join time
- getLastHeartBeatTime() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get last heart beat timestamp
- getLastSourceUpdate() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get last source update timestamp
- getLastSyncedTimestamp() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get last synced timestamp
- getLastSyncUpdate() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get last synced update timestamp
- getName() -
类 org.csource.common.NameValuePair 中的方法
-
- getOutputStream() -
类 org.csource.fastdfs.TrackerServer 中的方法
-
- getPort() -
类 org.csource.fastdfs.ServerInfo 中的方法
- return the port of the server
- getSocket(String, int) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
- construct Socket object
- getSocket(InetSocketAddress) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
- construct Socket object
- getSocket() -
类 org.csource.fastdfs.TrackerServer 中的方法
- get the connected socket
- getSourceIpAddr() -
类 org.csource.fastdfs.FileInfo 中的方法
- get the source ip address of the file uploaded to
- getSrcIpAddr() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get source storage ip address
- getStatus() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get storage status
- getStorageCount() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get storage server count in this group
- getStorageHttpPort() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get storage server HTTP port
- getStorageHttpPort() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get storage server HTTP port
- getStoragePort() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get storage server port
- getStoragePort() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get storage server port
- getStorages(TrackerServer, byte, String, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- query storage server to download file
- getStorageStatusCaption(byte) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
-
- getStorePathCount() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get store base path count of each storage server
- getStorePathCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get store base path count of each storage server
- getStorePathIndex() -
类 org.csource.fastdfs.StorageServer 中的方法
-
- getStoreStorage(TrackerServer) -
类 org.csource.fastdfs.TrackerClient 中的方法
- query storage server to upload file
- getStoreStorage(TrackerServer, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- query storage server to upload file
- getStoreStorages(TrackerServer, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- query storage servers to upload file
- getStrValue(String) -
类 org.csource.common.IniFileReader 中的方法
- get string value from config file
- getSubdirCountPerPath() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get sub dir count per store path
- getSubdirCountPerPath() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get sub dir count per store path
- getSuccessAppendBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success append bytes
- getSuccessAppendCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success append count
- getSuccessCreateLinkCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success create linke count
- getSuccessDeleteCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success delete file count
- getSuccessDeleteLinkCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success delete link count
- getSuccessDownloadCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success download file count
- getSuccessDownloadloadBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success download file bytes
- getSuccessFileOpenCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success file opened count
- getSuccessFileReadCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success file read count
- getSuccessFileWriteCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success file write count
- getSuccessGetMetaCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success get metadata count
- getSuccessModifyBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success modify bytes
- getSuccessModifyCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success modify count
- getSuccessSetMetaCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success set meta data count
- getSuccessSyncInBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success sync in bytes
- getSuccessSyncOutBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success sync out bytes
- getSuccessTruncateCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success truncate count
- getSuccessUploadBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success upload file bytes
- getSuccessUploadCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get success upload file count
- getToken(String, int, String) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- get token for file URL
- getTotalAppendBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total append bytes
- getTotalAppendCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total append count
- getTotalCreateLinkCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total create linke count
- getTotalDeleteCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total delete file count
- getTotalDeleteLinkCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total delete link count
- getTotalDownloadCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total download file count
- getTotalDownloadloadBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total download file bytes
- getTotalFileOpenCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total file opened count
- getTotalFileReadCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total file read count
- getTotalFileWriteCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total file write count
- getTotalGetMetaCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total get metadata count
- getTotalMB() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get total disk space in MB
- getTotalMB() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total disk space in MB
- getTotalModifyBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total modify bytes
- getTotalModifyCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total modify count
- getTotalSetMetaCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total set meta data count
- getTotalSyncInBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total sync in bytes
- getTotalSyncOutBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total sync out bytes
- getTotalTruncateCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total truncate count
- getTotalUploadBytes() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total upload file bytes
- getTotalUploadCount() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get total upload file count
- getTrunkFreeMB() -
类 org.csource.fastdfs.StructGroupStat 中的方法
- get trunk free space in MB
- getUpdateStorage(TrackerServer, String, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- query storage server to update file (delete file or set meta data)
- getUploadPriority() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get storage server upload priority
- getUpTime() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get storage server up time
- getValue() -
类 org.csource.common.NameValuePair 中的方法
-
- getValues(String) -
类 org.csource.common.IniFileReader 中的方法
- get all values from config file
- getVersion() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- get storage version
- groupName -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
I
- id -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- ifTrunkServer -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- inetSockAddr -
类 org.csource.fastdfs.TrackerServer 中的变量
-
- INFINITE_FILE_SIZE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- IniFileReader - org.csource.common 中的 类
- ini file reader / parser
- IniFileReader(String) -
类 org.csource.common.IniFileReader 的构造方法
-
- init(String) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
- load global variables
- initByProperties(String) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
- load from properties file
- initByProperties(Properties) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- initByTrackers(String) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
- load from properties file
- initByTrackers(InetSocketAddress[]) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- int32Value(byte[], int, StructBase.FieldInfo) -
类 org.csource.fastdfs.StructBase 中的方法
-
- intValue(byte[], int, StructBase.FieldInfo) -
类 org.csource.fastdfs.StructBase 中的方法
-
- ip_addr -
类 org.csource.fastdfs.ServerInfo 中的变量
-
- ipAddr -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- isG_anti_steal_token() -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- isTrunkServer() -
类 org.csource.fastdfs.StructStorageStat 中的方法
- if the trunk server
J
- joinTime -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
L
- lastHeartBeatTime -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- lastSourceUpdate -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- lastSyncedTimestamp -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- lastSyncUpdate -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- listGroups(TrackerServer) -
类 org.csource.fastdfs.TrackerClient 中的方法
- list groups
- listStorages(TrackerServer, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- query storage server stat info of the group
- listStorages(TrackerServer, String, String) -
类 org.csource.fastdfs.TrackerClient 中的方法
- query storage server stat info of the group
- loadFromOsFileSystemOrClasspathAsStream(String) -
类 org.csource.common.IniFileReader 中的静态方法
-
- lock -
类 org.csource.fastdfs.TrackerGroup 中的变量
-
- long2buff(long) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- long convert to buff (big-endian)
- longValue(byte[], int, StructBase.FieldInfo) -
类 org.csource.fastdfs.StructBase 中的方法
-
M
- main(String[]) -
类 org.csource.common.Base64 中的静态方法
- test driver
- md5(byte[]) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- md5 function
- modify_file(String, String, long, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- modify appender file to storage server (by file name)
- modify_file(String, String, long, byte[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- modify appender file to storage server (by file buff)
- modify_file(String, String, long, byte[], int, int) -
类 org.csource.fastdfs.StorageClient 中的方法
- modify appender file to storage server (by file buff)
- modify_file(String, String, long, long, UploadCallback) -
类 org.csource.fastdfs.StorageClient 中的方法
- modify appender file to storage server (by callback)
- modify_file1(String, long, String) -
类 org.csource.fastdfs.StorageClient1 中的方法
- modify appender file to storage server (by file name)
- modify_file1(String, long, byte[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- modify appender file to storage server (by file buff)
- modify_file1(String, long, byte[], int, int) -
类 org.csource.fastdfs.StorageClient1 中的方法
- modify appender file to storage server (by file buff)
- modify_file1(String, long, long, UploadCallback) -
类 org.csource.fastdfs.StorageClient1 中的方法
- modify appender file to storage server (by callback)
- MyException - org.csource.common 中的 异常
- My Exception
- MyException() -
异常 org.csource.common.MyException 的构造方法
-
- MyException(String) -
异常 org.csource.common.MyException 的构造方法
-
N
- name -
类 org.csource.common.NameValuePair 中的变量
-
- name -
类 org.csource.fastdfs.StructBase.FieldInfo 中的变量
-
- NameValuePair - org.csource.common 中的 类
- name(key) and value pair model
- NameValuePair() -
类 org.csource.common.NameValuePair 的构造方法
-
- NameValuePair(String) -
类 org.csource.common.NameValuePair 的构造方法
-
- NameValuePair(String, String) -
类 org.csource.common.NameValuePair 的构造方法
-
- newReadableStorageConnection(String, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- check storage socket, if null create a new connection
- newUpdatableStorageConnection(String, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- check storage socket, if null create a new connection
- newWritableStorageConnection(String) -
类 org.csource.fastdfs.StorageClient 中的方法
- check storage socket, if null create a new connection
- NORMAL_LOGIC_FILENAME_LENGTH -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
O
- offset -
类 org.csource.fastdfs.StructBase.FieldInfo 中的变量
-
- org.csource.common - 软件包 org.csource.common
-
- org.csource.fastdfs - 软件包 org.csource.fastdfs
-
P
- pack_metadata(NameValuePair[]) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- pack metadata array to string
- packHeader(byte, long, byte) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- pack header by FastDFS transfer protocol
- port -
类 org.csource.fastdfs.ServerInfo 中的变量
-
- PROP_KEY_CHARSET -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- PROP_KEY_CONNECT_TIMEOUT_IN_SECONDS -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- PROP_KEY_HTTP_ANTI_STEAL_TOKEN -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- PROP_KEY_HTTP_SECRET_KEY -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- PROP_KEY_HTTP_TRACKER_HTTP_PORT -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- PROP_KEY_NETWORK_TIMEOUT_IN_SECONDS -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- PROP_KEY_TRACKER_SERVERS -
类 org.csource.fastdfs.ClientGlobal 中的静态变量
-
- PROTO_HEADER_CMD_INDEX -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- PROTO_HEADER_STATUS_INDEX -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- ProtoCommon - org.csource.fastdfs 中的 类
- protocol common functions
- ProtoCommon.RecvHeaderInfo - org.csource.fastdfs 中的 类
- receive header info
- ProtoCommon.RecvHeaderInfo(byte, long) -
类 org.csource.fastdfs.ProtoCommon.RecvHeaderInfo 的构造方法
-
- ProtoCommon.RecvPackageInfo - org.csource.fastdfs 中的 类
- receive package info
- ProtoCommon.RecvPackageInfo(byte, byte[]) -
类 org.csource.fastdfs.ProtoCommon.RecvPackageInfo 的构造方法
-
- ProtoStructDecoder<T extends StructBase> - org.csource.fastdfs 中的 类
- C struct body decoder
- ProtoStructDecoder() -
类 org.csource.fastdfs.ProtoStructDecoder 的构造方法
- Constructor
Q
- query_file_info(String, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- get file info from storage server
- query_file_info1(String) -
类 org.csource.fastdfs.StorageClient1 中的方法
- get file info from storage server
R
- recv(long, byte[], int) -
接口 org.csource.fastdfs.DownloadCallback 中的方法
- recv file content callback function, may be called more than once when the file downloaded
- recv(long, byte[], int) -
类 org.csource.fastdfs.DownloadStream 中的方法
- recv file content callback function, may be called more than once when the file downloaded
- recvHeader(InputStream, byte, long) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- receive pack header
- recvPackage(InputStream, byte, long) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- receive whole pack
S
- send(OutputStream) -
类 org.csource.fastdfs.StorageClient.UploadBuff 中的方法
- send file content callback function, be called only once when the file uploaded
- send(OutputStream) -
接口 org.csource.fastdfs.UploadCallback 中的方法
- send file content callback function, be called only once when the file uploaded
- send(OutputStream) -
类 org.csource.fastdfs.UploadStream 中的方法
- send file content callback function, be called only once when the file uploaded
- send_download_package(String, String, long, long) -
类 org.csource.fastdfs.StorageClient 中的方法
- send package to storage server
- send_package(byte, String, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- send package to storage server
- ServerInfo - org.csource.fastdfs 中的 类
- Server Info
- ServerInfo(String, int) -
类 org.csource.fastdfs.ServerInfo 的构造方法
- Constructor
- set_metadata(String, String, NameValuePair[], byte) -
类 org.csource.fastdfs.StorageClient 中的方法
- set metadata items to storage server
- set_metadata1(String, NameValuePair[], byte) -
类 org.csource.fastdfs.StorageClient1 中的方法
- set metadata items to storage server
- setCrc32(int) -
类 org.csource.fastdfs.FileInfo 中的方法
- set the create timestamp of the file
- setCreateTimestamp(int) -
类 org.csource.fastdfs.FileInfo 中的方法
- set the create timestamp of the file
- setFields(byte[], int) -
类 org.csource.fastdfs.StructBase 中的方法
- set fields
- setFields(byte[], int) -
类 org.csource.fastdfs.StructGroupStat 中的方法
- set fields
- setFields(byte[], int) -
类 org.csource.fastdfs.StructStorageStat 中的方法
- set fields
- setFileSize(long) -
类 org.csource.fastdfs.FileInfo 中的方法
- set the file size
- setG_anti_steal_token(boolean) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- setG_charset(String) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- setG_connect_timeout(int) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- setG_network_timeout(int) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- setG_secret_key(String) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- setG_tracker_group(TrackerGroup) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- setG_tracker_http_port(int) -
类 org.csource.fastdfs.ClientGlobal 中的静态方法
-
- setLineLength(int) -
类 org.csource.common.Base64 中的方法
- determines how long the lines are that are generated by encode.
- setLineSeparator(String) -
类 org.csource.common.Base64 中的方法
- How lines are separated.
- setName(String) -
类 org.csource.common.NameValuePair 中的方法
-
- setSourceIpAddr(String) -
类 org.csource.fastdfs.FileInfo 中的方法
- set the source ip address of the file uploaded to
- setValue(String) -
类 org.csource.common.NameValuePair 中的方法
-
- show(byte[]) -
类 org.csource.common.Base64 中的静态方法
- debug display array
- size -
类 org.csource.fastdfs.StructBase.FieldInfo 中的变量
-
- sock -
类 org.csource.fastdfs.TrackerServer 中的变量
-
- source_ip_addr -
类 org.csource.fastdfs.FileInfo 中的变量
-
- split_file_id(String, String[]) -
类 org.csource.fastdfs.StorageClient1 中的静态方法
-
- SPLIT_GROUP_NAME_AND_FILENAME_SEPERATOR -
类 org.csource.fastdfs.StorageClient1 中的静态变量
-
- split_metadata(String) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- split metadata to name value pair array
- split_metadata(String, String, String) -
类 org.csource.fastdfs.ProtoCommon 中的静态方法
- split metadata to name value pair array
- srcIpAddr -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- status -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- STORAGE_PROTO_CMD_APPEND_FILE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_DELETE_FILE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_DOWNLOAD_FILE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_GET_METADATA -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_MODIFY_FILE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_QUERY_FILE_INFO -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_RESP -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_SET_METADATA -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_TRUNCATE_FILE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_UPLOAD_APPENDER_FILE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_UPLOAD_FILE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_PROTO_CMD_UPLOAD_SLAVE_FILE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- STORAGE_SET_METADATA_FLAG_MERGE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
- for replace, insert when the meta item not exist, otherwise update it
- STORAGE_SET_METADATA_FLAG_OVERWRITE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
- for overwrite all old metadata
- StorageClient - org.csource.fastdfs 中的 类
- Storage client for 2 fields file id: group name and filename
- StorageClient() -
类 org.csource.fastdfs.StorageClient 的构造方法
- constructor using global settings in class ClientGlobal
- StorageClient(TrackerServer, StorageServer) -
类 org.csource.fastdfs.StorageClient 的构造方法
- constructor with tracker server and storage server
- StorageClient.UploadBuff - org.csource.fastdfs 中的 类
- Upload file by file buff
- StorageClient.UploadBuff(byte[], int, int) -
类 org.csource.fastdfs.StorageClient.UploadBuff 的构造方法
- constructor
- StorageClient1 - org.csource.fastdfs 中的 类
- Storage client for 1 field file id: combined group name and filename
- StorageClient1() -
类 org.csource.fastdfs.StorageClient1 的构造方法
- constructor
- StorageClient1(TrackerServer, StorageServer) -
类 org.csource.fastdfs.StorageClient1 的构造方法
- constructor
- storageCount -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
- storageHttpPort -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
- storageHttpPort -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- storagePort -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
- storagePort -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- storageServer -
类 org.csource.fastdfs.StorageClient 中的变量
-
- StorageServer - org.csource.fastdfs 中的 类
- Storage Server Info
- StorageServer(String, int, int) -
类 org.csource.fastdfs.StorageServer 的构造方法
- Constructor
- StorageServer(String, int, byte) -
类 org.csource.fastdfs.StorageServer 的构造方法
- Constructor
- store_path_index -
类 org.csource.fastdfs.StorageServer 中的变量
-
- storePathCount -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
- storePathCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- stringValue(byte[], int, StructBase.FieldInfo) -
类 org.csource.fastdfs.StructBase 中的方法
-
- StructBase - org.csource.fastdfs 中的 类
- C struct body decoder
- StructBase() -
类 org.csource.fastdfs.StructBase 的构造方法
-
- StructBase.FieldInfo - org.csource.fastdfs 中的 类
-
- StructBase.FieldInfo(String, int, int) -
类 org.csource.fastdfs.StructBase.FieldInfo 的构造方法
-
- StructGroupStat - org.csource.fastdfs 中的 类
- C struct body decoder
- StructGroupStat() -
类 org.csource.fastdfs.StructGroupStat 的构造方法
-
- StructStorageStat - org.csource.fastdfs 中的 类
- C struct body decoder
- StructStorageStat() -
类 org.csource.fastdfs.StructStorageStat 的构造方法
-
- subdirCountPerPath -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
- subdirCountPerPath -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successAppendBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successAppendCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successCreateLinkCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successDeleteCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successDeleteLinkCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successDownloadCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successDownloadloadBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successFileOpenCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successFileReadCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successFileWriteCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successGetMetaCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successModifyBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successModifyCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successSetMetaCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successSyncInBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successSyncOutBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successTruncateCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successUploadBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- successUploadCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
T
- test() -
类 org.csource.common.Base64 中的静态方法
-
- toString() -
类 org.csource.fastdfs.FileInfo 中的方法
- to string
- totalAppendBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalAppendCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalCreateLinkCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalDeleteCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalDeleteLinkCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalDownloadCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalDownloadloadBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalFileOpenCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalFileReadCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalFileWriteCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalGetMetaCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalMB -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
- totalMB -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalModifyBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalModifyCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalSetMetaCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalSyncInBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalSyncOutBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalTruncateCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalUploadBytes -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- totalUploadCount -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- tracker_group -
类 org.csource.fastdfs.TrackerClient 中的变量
-
- TRACKER_PROTO_CMD_RESP -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_PROTO_CMD_SERVER_DELETE_STORAGE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_PROTO_CMD_SERVER_LIST_GROUP -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_PROTO_CMD_SERVER_LIST_STORAGE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_PROTO_CMD_SERVICE_QUERY_FETCH_ALL -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_PROTO_CMD_SERVICE_QUERY_FETCH_ONE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITH_GROUP_ALL -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITH_GROUP_ONE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITHOUT_GROUP_ALL -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITHOUT_GROUP_ONE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_PROTO_CMD_SERVICE_QUERY_UPDATE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_QUERY_STORAGE_FETCH_BODY_LEN -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRACKER_QUERY_STORAGE_STORE_BODY_LEN -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- tracker_server_index -
类 org.csource.fastdfs.TrackerGroup 中的变量
-
- tracker_servers -
类 org.csource.fastdfs.TrackerGroup 中的变量
-
- TrackerClient - org.csource.fastdfs 中的 类
- Tracker client
- TrackerClient() -
类 org.csource.fastdfs.TrackerClient 的构造方法
- constructor with global tracker group
- TrackerClient(TrackerGroup) -
类 org.csource.fastdfs.TrackerClient 的构造方法
- constructor with specified tracker group
- TrackerGroup - org.csource.fastdfs 中的 类
- Tracker server group
- TrackerGroup(InetSocketAddress[]) -
类 org.csource.fastdfs.TrackerGroup 的构造方法
- Constructor
- trackerServer -
类 org.csource.fastdfs.StorageClient 中的变量
-
- TrackerServer - org.csource.fastdfs 中的 类
- Tracker Server Info
- TrackerServer(Socket, InetSocketAddress) -
类 org.csource.fastdfs.TrackerServer 的构造方法
- Constructor
- truncate_file(String, String) -
类 org.csource.fastdfs.StorageClient 中的方法
- truncate appender file to size 0 from storage server
- truncate_file(String, String, long) -
类 org.csource.fastdfs.StorageClient 中的方法
- truncate appender file from storage server
- truncate_file1(String) -
类 org.csource.fastdfs.StorageClient1 中的方法
- truncate appender file to size 0 from storage server
- truncate_file1(String, long) -
类 org.csource.fastdfs.StorageClient1 中的方法
- truncate appender file from storage server
- TRUNK_FILE_MARK_SIZE -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- TRUNK_LOGIC_FILENAME_LENGTH -
类 org.csource.fastdfs.ProtoCommon 中的静态变量
-
- trunkFreeMB -
类 org.csource.fastdfs.StructGroupStat 中的变量
-
U
- upload_appender_file(String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload appender file to storage server (by file name)
- upload_appender_file(String, String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload appender file to storage server (by file name)
- upload_appender_file(byte[], int, int, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload appender file to storage server (by file buff)
- upload_appender_file(String, byte[], int, int, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload appender file to storage server (by file buff)
- upload_appender_file(byte[], String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload appender file to storage server (by file buff)
- upload_appender_file(String, byte[], String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload appender file to storage server (by file buff)
- upload_appender_file(String, long, UploadCallback, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload appender file to storage server (by callback)
- upload_appender_file1(String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload appender file to storage server (by file name)
- upload_appender_file1(String, String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload appender file to storage server (by file name)
- upload_appender_file1(byte[], String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload appender file to storage server (by file buff)
- upload_appender_file1(String, byte[], String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload appender file to storage server (by file buff)
- upload_appender_file1(String, long, UploadCallback, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload appender file to storage server (by callback)
- upload_file(String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by file name)
- upload_file(String, String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by file name)
- upload_file(byte, String, String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by file name)
- upload_file(byte[], int, int, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by file buff)
- upload_file(String, byte[], int, int, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by file buff)
- upload_file(byte[], String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by file buff)
- upload_file(String, byte[], String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by file buff)
- upload_file(String, long, UploadCallback, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by callback)
- upload_file(String, String, String, String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by file name, slave file mode)
- upload_file(String, String, String, byte[], String, NameValuePair[]) -
类 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[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by file buff, slave file mode)
- upload_file(String, String, String, long, UploadCallback, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient 中的方法
- upload file to storage server (by callback, slave file mode)
- upload_file1(String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload file to storage server (by file name)
- upload_file1(String, String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload file to storage server (by file name)
- upload_file1(byte[], String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload file to storage server (by file buff)
- upload_file1(String, byte[], String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload file to storage server (by file buff)
- upload_file1(String, long, UploadCallback, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload file to storage server (by callback)
- upload_file1(String, String, String, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload file to storage server (by file name, slave file mode)
- upload_file1(String, String, byte[], String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload file to storage server (by file buff, slave file mode)
- upload_file1(String, String, byte[], int, int, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload file to storage server (by file buff, slave file mode)
- upload_file1(String, String, long, UploadCallback, String, NameValuePair[]) -
类 org.csource.fastdfs.StorageClient1 中的方法
- upload file to storage server (by callback)
- UploadCallback - org.csource.fastdfs 中的 接口
- upload file callback interface
- uploadPriority -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
- UploadStream - org.csource.fastdfs 中的 类
- Upload file by stream
- UploadStream(InputStream, long) -
类 org.csource.fastdfs.UploadStream 的构造方法
- constructor
- upTime -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
V
- value -
类 org.csource.common.NameValuePair 中的变量
-
- version -
类 org.csource.fastdfs.StructStorageStat 中的变量
-
A B C D E F G I J L M N O P Q R S T U V
Copyright © 2017. All rights reserved.