A B C D E F G H I K L M N O P Q R S T U V W 
所有类 所有程序包

A

AboutController - org.elastos.hive.endpoint中的类
The AboutController is for getting the basic information of the hive node.
AboutController(NodeRPCConnection) - 类 的构造器org.elastos.hive.endpoint.AboutController
Create the about controller by the RPC connection.
AccessToken - org.elastos.hive.connection.auth中的类
The access token is made by hive node and represents the user DID and the application DID.
AccessToken(ServiceEndpoint, DataStorage, BridgeHandler) - 类 的构造器org.elastos.hive.connection.auth.AccessToken
Create the access token by service end point, data storage, and bridge handler.
activate() - 类 中的方法org.elastos.hive.BackupSubscription
 
activate() - 接口 中的方法org.elastos.hive.service.SubscriptionService
Activate the vault service.
activate() - 类 中的方法org.elastos.hive.VaultSubscription
 
activateVault() - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Activate vault
AGGREGATED - org.elastos.hive.vault.scripting.Executable.Type
 
AggregatedExecutable - org.elastos.hive.vault.scripting中的类
Convenient class to store and serialize a sequence of executables.
AggregatedExecutable(String) - 类 的构造器org.elastos.hive.vault.scripting.AggregatedExecutable
 
AggregatedExecutable(String, List<Executable>) - 类 的构造器org.elastos.hive.vault.scripting.AggregatedExecutable
 
ALREADY_EXISTS - 异常错误 中的静态变量org.elastos.hive.connection.NodeRPCException
 
AlreadyExistsException - org.elastos.hive.exception中的异常错误
 
AlreadyExistsException() - 异常错误 的构造器org.elastos.hive.exception.AlreadyExistsException
 
AlreadyExistsException(String) - 异常错误 的构造器org.elastos.hive.exception.AlreadyExistsException
 
AlreadyExistsException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.AlreadyExistsException
 
AlreadyExistsException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.AlreadyExistsException
 
AlreadyExistsException(NodeRPCException) - 异常错误 的构造器org.elastos.hive.exception.AlreadyExistsException
 
alternate() - 类 中的方法org.elastos.hive.vault.database.Collation
 
alternate(Collation.Alternate) - 类 中的方法org.elastos.hive.vault.database.Collation
 
AndCondition - org.elastos.hive.vault.scripting中的类
Vault script condition that succeeds only if all the contained conditions are successful.
AndCondition(String) - 类 的构造器org.elastos.hive.vault.scripting.AndCondition
 
AndCondition(String, List<Condition>) - 类 的构造器org.elastos.hive.vault.scripting.AndCondition
 
AppContext - org.elastos.hive中的类
The application context would contain the resources list below: The reference of application context provider; The user did which uses this application.
AppContextProvider - org.elastos.hive中的接口
The provider of the application context provides some information for communicate with the hive node.
appendExecutable(Executable) - 类 中的方法org.elastos.hive.vault.scripting.AggregatedExecutable
 
AppInfo - org.elastos.hive.subscription中的类
 
AppInfo() - 类 的构造器org.elastos.hive.subscription.AppInfo
 
ASCENDING - org.elastos.hive.vault.database.Index.Order
 
AscendingSortItem - org.elastos.hive.vault.database中的类
AscendingSortItem presents the condition of the query operation.
AscendingSortItem(String) - 类 的构造器org.elastos.hive.vault.database.AscendingSortItem
 
auth(String) - 类 中的方法org.elastos.hive.connection.auth.AuthController
The auth operation is for getting the access token for node APIs.
AuthController - org.elastos.hive.connection.auth中的类
The authorization controller is the wrapper class for accessing hive node auth module.
AuthController(NodeRPCConnection, DIDDocument) - 类 的构造器org.elastos.hive.connection.auth.AuthController
Create the auth controller with the node RPC connection and application instance did document.

B

Backup - org.elastos.hive中的类
This represents the service end-point of the backup hive node.
Backup(AppContext) - 类 的构造器org.elastos.hive.Backup
 
Backup(AppContext, String) - 类 的构造器org.elastos.hive.Backup
 
BackupContext - org.elastos.hive.service中的接口
Backup context to provide backup information when doing backup relating things for the vault.
BackupController - org.elastos.hive.vault.backup中的类
The backup controller is the wrapper class to access the backup module of the hive node.
BackupController(NodeRPCConnection) - 类 的构造器org.elastos.hive.vault.backup.BackupController
Create with the RPC connection.
BackupDetail - org.elastos.hive.provider中的类
 
BackupDetail() - 类 的构造器org.elastos.hive.provider.BackupDetail
 
BackupInfo - org.elastos.hive.subscription中的类
This contains the details of the backup service.
BackupInfo() - 类 的构造器org.elastos.hive.subscription.BackupInfo
 
BackupIsInProcessingException - org.elastos.hive.exception中的异常错误
 
BackupIsInProcessingException() - 异常错误 的构造器org.elastos.hive.exception.BackupIsInProcessingException
 
BackupIsInProcessingException(String) - 异常错误 的构造器org.elastos.hive.exception.BackupIsInProcessingException
 
BackupIsInProcessingException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.BackupIsInProcessingException
 
BackupIsInProcessingException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.BackupIsInProcessingException
 
BackupNotFoundException - org.elastos.hive.exception中的异常错误
 
BackupNotFoundException() - 异常错误 的构造器org.elastos.hive.exception.BackupNotFoundException
 
BackupNotFoundException(String) - 异常错误 的构造器org.elastos.hive.exception.BackupNotFoundException
 
BackupNotFoundException(NodeRPCException) - 异常错误 的构造器org.elastos.hive.exception.BackupNotFoundException
 
BackupResult - org.elastos.hive.vault.backup中的类
 
BackupResult() - 类 的构造器org.elastos.hive.vault.backup.BackupResult
 
BackupResult.Result - org.elastos.hive.vault.backup中的枚举
 
BackupResult.State - org.elastos.hive.vault.backup中的枚举
 
BackupService - org.elastos.hive.service中的接口
Backup service is for doing backup vault data from vault node server to backup server.
BackupServiceProgress - org.elastos.hive.service中的接口
 
BackupSubscription - org.elastos.hive中的类
The backup subscription is for subscribe or unsubscribe the backup service.
BackupSubscription(AppContext) - 类 的构造器org.elastos.hive.BackupSubscription
Create by the application context and the address of the provider which can save the vault data.
BackupSubscription(AppContext, String) - 类 的构造器org.elastos.hive.BackupSubscription
Create by the application context and the address of the provider which can save the vault data.
backwards() - 类 中的方法org.elastos.hive.vault.database.Collation
 
backwards(boolean) - 类 中的方法org.elastos.hive.vault.database.Collation
 
BAD_REQUEST - 异常错误 中的静态变量org.elastos.hive.connection.NodeRPCException
 
BadContextProviderException - org.elastos.hive.exception中的异常错误
 
BadContextProviderException() - 异常错误 的构造器org.elastos.hive.exception.BadContextProviderException
 
BadContextProviderException(String) - 异常错误 的构造器org.elastos.hive.exception.BadContextProviderException
 
BadContextProviderException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.BadContextProviderException
 
BadContextProviderException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.BadContextProviderException
 
BridgeHandler - org.elastos.hive.connection.auth中的接口
The bridge handler is for the AccessToken(ServiceEndpoint, DataStorage, BridgeHandler) ()} to notify the caller some information.
build(AppContextProvider, String) - 类 中的静态方法org.elastos.hive.AppContext
Create the application context.
bypassDocumentValidation(Boolean) - 类 中的方法org.elastos.hive.vault.database.InsertOptions
 

C

callScript(String, JsonNode, String, String, Class<T>) - 类 中的方法org.elastos.hive.ScriptRunner
 
callScript(String, JsonNode, String, String, Class<T>) - 接口 中的方法org.elastos.hive.service.ScriptingInvocationService
Invoke the execution of a specified script registered previously by the vault owner, where the script is defined with certain preset routines.
callScript(String, JsonNode, String, String, Class<T>) - 类 中的方法org.elastos.hive.vault.scripting.ScriptingController
Run the registered script.
callScriptUrl(String, String, String, String, Class<T>) - 类 中的方法org.elastos.hive.ScriptRunner
Executes a previously registered server side script with a direct URL where the values can be passed as part of the query.
callScriptUrl(String, String, String, String, Class<T>) - 类 中的方法org.elastos.hive.vault.scripting.ScriptingController
Call the script by the URL parameters.
caseFirst(Collation.CaseFirst) - 类 中的方法org.elastos.hive.vault.database.Collation
 
caseLevel(boolean) - 类 中的方法org.elastos.hive.vault.database.Collation
 
checkResult() - 接口 中的方法org.elastos.hive.service.BackupService
Check the current status of the node side backup process.
checkResult() - 类 中的方法org.elastos.hive.vault.backup.BackupController
Check the result of the backup process.
checkSubscription() - 类 中的方法org.elastos.hive.BackupSubscription
 
checkSubscription() - 接口 中的方法org.elastos.hive.service.SubscriptionService
Let the user to get the basic information of the subscription.
checkSubscription() - 类 中的方法org.elastos.hive.VaultSubscription
 
clearAccessToken(String) - 接口 中的方法org.elastos.hive.DataStorage
 
clearAccessTokenByAddress(String) - 接口 中的方法org.elastos.hive.DataStorage
 
clearBackupCredential(String) - 接口 中的方法org.elastos.hive.DataStorage
 
close() - 类 中的方法org.elastos.hive.connection.UploadStream
 
close() - 类 中的方法org.elastos.hive.connection.UploadWriter
 
CloudBackupContext - org.elastos.hive.service中的类
Cloud backup context is used for the user to backup the vault data to the cloud service, such as google driver, etc.
CloudBackupContext() - 类 的构造器org.elastos.hive.service.CloudBackupContext
 
CodeFetcher - org.elastos.hive.connection.auth中的接口
CodeFetcher is for accessing the code by the network and can be invalidate.
collation() - 类 中的方法org.elastos.hive.vault.database.DeleteOptions
 
collation(Collation) - 类 中的方法org.elastos.hive.vault.database.DeleteOptions
 
Collation - org.elastos.hive.vault.database中的类
 
Collation() - 类 的构造器org.elastos.hive.vault.database.Collation
 
Collation(String, boolean, Collation.CaseFirst, Collation.Strength, boolean, Collation.Alternate, Collation.MaxVariable, boolean, boolean) - 类 的构造器org.elastos.hive.vault.database.Collation
 
Collation.Alternate - org.elastos.hive.vault.database中的枚举
 
Collation.CaseFirst - org.elastos.hive.vault.database中的枚举
 
Collation.MaxVariable - org.elastos.hive.vault.database中的枚举
 
Collation.Strength - org.elastos.hive.vault.database中的枚举
 
Collection - org.elastos.hive.vault.database中的类
 
Collection() - 类 的构造器org.elastos.hive.vault.database.Collection
 
Condition - org.elastos.hive.vault.scripting中的类
The condition is used for registering the script.
Condition(String, String, Object) - 类 的构造器org.elastos.hive.vault.scripting.Condition
 
copy(String, String) - 接口 中的方法org.elastos.hive.service.FilesService
Copies a file or a folder (recursively).
copyFile(String, String) - 类 中的方法org.elastos.hive.vault.files.FilesController
Copy file from srcPath to destPath.
COUNT - org.elastos.hive.vault.scripting.Executable.Type
 
countDocuments(String, JsonNode, CountOptions) - 接口 中的方法org.elastos.hive.service.DatabaseService
Count documents.
countDocuments(String, JsonNode, CountOptions) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Count the documents by filter.
CountExecutable - org.elastos.hive.vault.scripting中的类
Client side representation of a back-end execution that runs a mongo "count" query and returns the count of the result.
CountExecutable(String, String, JsonNode) - 类 的构造器org.elastos.hive.vault.scripting.CountExecutable
 
CountExecutable(String, String, JsonNode, JsonNode) - 类 的构造器org.elastos.hive.vault.scripting.CountExecutable
 
CountOptions - org.elastos.hive.vault.database中的类
CountOptions() - 类 的构造器org.elastos.hive.vault.database.CountOptions
 
createBackupService() - 类 中的方法org.elastos.hive.vault.ServiceBuilder
Create the service of the backup module.
createCollection(String) - 接口 中的方法org.elastos.hive.service.DatabaseService
Lets the vault owner create a collection on database.
createCollection(String) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Create the collection.
createDatabase() - 类 中的方法org.elastos.hive.vault.ServiceBuilder
Create the service for the database module.
createFilesService() - 类 中的方法org.elastos.hive.vault.ServiceBuilder
Create the service for the files module.
createPromotionService() - 类 中的方法org.elastos.hive.backup.ServiceBuilder
 
createRunFileParams(String) - 类 中的静态方法org.elastos.hive.vault.scripting.Executable
 
createScriptingService() - 类 中的方法org.elastos.hive.vault.ServiceBuilder
Create the service of the scripting module.
createService(Class<S>, boolean) - 类 中的方法org.elastos.hive.connection.NodeRPCConnection
Create a retrofit API service which can map Java call to Http request.
CredentialCode - org.elastos.hive.vault.backup.credential中的类
The credential code is used for the backup of the vault data.
CredentialCode(ServiceEndpoint, BackupContext) - 类 的构造器org.elastos.hive.vault.backup.credential.CredentialCode
Create the credential code by service end point and the backup context.

D

DatabaseController - org.elastos.hive.vault.database中的类
The wrapper class is to access the database module of the hive node.
DatabaseController(NodeRPCConnection) - 类 的构造器org.elastos.hive.vault.database.DatabaseController
Create by the RPC connection.
DatabaseService - org.elastos.hive.service中的接口
Mongo database service.
DataStorage - org.elastos.hive中的接口
The data storage for the access token, the backup credential, etc. which comes from the hive node.
deactivate() - 类 中的方法org.elastos.hive.BackupSubscription
 
deactivate() - 接口 中的方法org.elastos.hive.service.SubscriptionService
Deactivate the vault service.
deactivate() - 类 中的方法org.elastos.hive.VaultSubscription
 
deactivateVault() - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Deactivate vault
delete(String) - 接口 中的方法org.elastos.hive.service.FilesService
Deletes a file, or a folder.
delete(String) - 类 中的方法org.elastos.hive.vault.files.FilesController
Delete the remote file.
DELETE - org.elastos.hive.vault.scripting.Executable.Type
 
deleteCollection(String) - 接口 中的方法org.elastos.hive.service.DatabaseService
Lets the vault owner delete a collection on database according to collection name.
deleteCollection(String) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Delete the collection by name.
DeleteExecutable - org.elastos.hive.vault.scripting中的类
Convenient class to delete the documents from the collection.
DeleteExecutable(String, String) - 类 的构造器org.elastos.hive.vault.scripting.DeleteExecutable
 
DeleteExecutable(String, String, JsonNode) - 类 的构造器org.elastos.hive.vault.scripting.DeleteExecutable
 
deleteMany(String, JsonNode) - 接口 中的方法org.elastos.hive.service.DatabaseService
Delete many existing documents in a given collection.
deleteMany(String, JsonNode, DeleteOptions) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Delete all matched document by the filter.
deleteOne(String, JsonNode) - 接口 中的方法org.elastos.hive.service.DatabaseService
Delete an existing document in a given collection.
deleteOne(String, JsonNode, DeleteOptions) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Delete the first matched document by the filter.
DeleteOptions - org.elastos.hive.vault.database中的类
DeleteOptions() - 类 的构造器org.elastos.hive.vault.database.DeleteOptions
 
DeleteOptions(Collation, List<Index>) - 类 的构造器org.elastos.hive.vault.database.DeleteOptions
 
DeleteOptions(Collation, Index) - 类 的构造器org.elastos.hive.vault.database.DeleteOptions
 
DESCENDING - org.elastos.hive.vault.database.Index.Order
 
DescendingSortItem - org.elastos.hive.vault.database中的类
DescendingSortItem presents the condition of the query operation.
DescendingSortItem(String) - 类 的构造器org.elastos.hive.vault.database.DescendingSortItem
 
DIDNotPublishedException - org.elastos.hive.exception中的异常错误
 
DIDNotPublishedException() - 异常错误 的构造器org.elastos.hive.exception.DIDNotPublishedException
 
DIDNotPublishedException(String) - 异常错误 的构造器org.elastos.hive.exception.DIDNotPublishedException
 
DIDNotPublishedException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.DIDNotPublishedException
 
DIDNotPublishedException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.DIDNotPublishedException
 
DIDResolverNotSetupException - org.elastos.hive.exception中的异常错误
 
DIDResolverNotSetupException() - 异常错误 的构造器org.elastos.hive.exception.DIDResolverNotSetupException
 
DIDResolverNotSetupException(String) - 异常错误 的构造器org.elastos.hive.exception.DIDResolverNotSetupException
 
DIDResolverNotSetupException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.DIDResolverNotSetupException
 
DIDResolverNotSetupException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.DIDResolverNotSetupException
 
DIDResolverSetupException - org.elastos.hive.exception中的异常错误
 
DIDResolverSetupException() - 异常错误 的构造器org.elastos.hive.exception.DIDResolverSetupException
 
DIDResolverSetupException(String) - 异常错误 的构造器org.elastos.hive.exception.DIDResolverSetupException
 
DIDResolverSetupException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.DIDResolverSetupException
 
DIDResolverSetupException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.DIDResolverSetupException
 
DIDResoverAlreadySetupException - org.elastos.hive.exception中的异常错误
 
DIDResoverAlreadySetupException() - 异常错误 的构造器org.elastos.hive.exception.DIDResoverAlreadySetupException
 
DIDResoverAlreadySetupException(String) - 异常错误 的构造器org.elastos.hive.exception.DIDResoverAlreadySetupException
 
DIDResoverAlreadySetupException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.DIDResoverAlreadySetupException
 
DIDResoverAlreadySetupException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.DIDResoverAlreadySetupException
 
downloadFile(String, Class<T>) - 类 中的方法org.elastos.hive.ScriptRunner
 
downloadFile(String, Class<T>) - 接口 中的方法org.elastos.hive.service.ScriptingInvocationService
Invoke the execution of the script to download a file in the streaming mode.
downloadFile(String, Class<T>) - 类 中的方法org.elastos.hive.vault.scripting.ScriptingController
Download file really by transaction ID.
downloadFileByHiveUrl(String, Class<T>) - 类 中的方法org.elastos.hive.ScriptRunner
 
downloadFileByHiveUrl(String, Class<T>) - 接口 中的方法org.elastos.hive.service.ScriptingInvocationService
This is the compatible implementation for downloading file by the hive url which comes from v1 version SDK.
downloadFileByHiveUrl(String, Class<T>, AppContext) - 类 中的静态方法org.elastos.hive.vault.scripting.ScriptingController
 

E

Executable - org.elastos.hive.vault.scripting中的类
Represents the executable of the script.
Executable(String, Executable.Type, Object) - 类 的构造器org.elastos.hive.vault.scripting.Executable
 
Executable.DatabaseBody - org.elastos.hive.vault.scripting中的类
 
Executable.FileBody - org.elastos.hive.vault.scripting中的类
 
Executable.Type - org.elastos.hive.vault.scripting中的枚举
 

F

fetch() - 类 中的方法org.elastos.hive.connection.auth.AccessToken
 
fetch() - 接口 中的方法org.elastos.hive.connection.auth.CodeFetcher
Fetch the code.
FILE_DOWNLOAD - org.elastos.hive.vault.scripting.Executable.Type
 
FILE_HASH - org.elastos.hive.vault.scripting.Executable.Type
 
FILE_PROPERTIES - org.elastos.hive.vault.scripting.Executable.Type
 
FILE_UPLOAD - org.elastos.hive.vault.scripting.Executable.Type
 
FileBody() - 类 的构造器org.elastos.hive.vault.scripting.Executable.FileBody
 
FileBody(String) - 类 的构造器org.elastos.hive.vault.scripting.Executable.FileBody
 
FileDownloadExecutable - org.elastos.hive.vault.scripting中的类
Convenient class for downloading file by the script.
FileDownloadExecutable(String) - 类 的构造器org.elastos.hive.vault.scripting.FileDownloadExecutable
 
FileDownloadExecutable(String, String) - 类 的构造器org.elastos.hive.vault.scripting.FileDownloadExecutable
 
FileHashExecutable - org.elastos.hive.vault.scripting中的类
The executable to get the hash code of the file content.
FileHashExecutable(String) - 类 的构造器org.elastos.hive.vault.scripting.FileHashExecutable
 
FileInfo - org.elastos.hive.vault.files中的类
The class to represent the information of File or Folder.
FileInfo() - 类 的构造器org.elastos.hive.vault.files.FileInfo
 
FilePropertiesExecutable - org.elastos.hive.vault.scripting中的类
The executable to get the properties of the file.
FilePropertiesExecutable(String) - 类 的构造器org.elastos.hive.vault.scripting.FilePropertiesExecutable
 
FilesController - org.elastos.hive.vault.files中的类
The wrapper class is to access the files module of the hive node.
FilesController(NodeRPCConnection) - 类 的构造器org.elastos.hive.vault.files.FilesController
Create by the RPC connection.
FilesService - org.elastos.hive.service中的接口
Vault provides a storage for files saving.
FileUploadExecutable - org.elastos.hive.vault.scripting中的类
The executable to upload the file content.
FileUploadExecutable(String) - 类 的构造器org.elastos.hive.vault.scripting.FileUploadExecutable
 
FilledOrderDetail - org.elastos.hive.provider中的类
 
FilledOrderDetail() - 类 的构造器org.elastos.hive.provider.FilledOrderDetail
 
find(String, JsonNode, FindOptions) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Find all matched document by filter.
FIND - org.elastos.hive.vault.scripting.Executable.Type
 
FindExecutable - org.elastos.hive.vault.scripting中的类
Client side representation of a back-end execution that runs a mongo "find" query and returns some items as a result.
FindExecutable(String, String, JsonNode) - 类 的构造器org.elastos.hive.vault.scripting.FindExecutable
 
FindExecutable(String, String, JsonNode, JsonNode) - 类 的构造器org.elastos.hive.vault.scripting.FindExecutable
 
findMany(String, JsonNode, FindOptions) - 接口 中的方法org.elastos.hive.service.DatabaseService
Find many documents.
findOne(String, JsonNode, FindOptions) - 接口 中的方法org.elastos.hive.service.DatabaseService
Find a specific document.
findOne(String, JsonNode, FindOptions) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Find the first matched document by filter.
FindOptions - org.elastos.hive.vault.database中的类
FindOptions() - 类 的构造器org.elastos.hive.vault.database.FindOptions
 
flush() - 类 中的方法org.elastos.hive.connection.UploadStream
 
flush(String) - 接口 中的方法org.elastos.hive.connection.auth.BridgeHandler
Flush the value of the access token.
FORBIDDEN - 异常错误 中的静态变量org.elastos.hive.connection.NodeRPCException
 
fromInt(int) - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.Strength
 
fromInt(int) - 枚举 中的静态方法org.elastos.hive.vault.database.Index.Order
 
fromString(String) - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.Alternate
 
fromString(String) - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.CaseFirst
 
fromString(String) - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.MaxVariable
 
fromString(String) - 枚举 中的静态方法org.elastos.hive.vault.database.Index.Order
 

G

generate(String) - 类 中的静态方法org.elastos.hive.connection.SHA256
 
getAccessAmount() - 类 中的方法org.elastos.hive.subscription.AppInfo
 
getAccessAmount() - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
getAccessCount() - 类 中的方法org.elastos.hive.subscription.AppInfo
 
getAccessCount() - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
getAccessLastTime() - 类 中的方法org.elastos.hive.subscription.AppInfo
 
getAccessLastTime() - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
getAccessToken() - 类 中的方法org.elastos.hive.connection.NodeRPCConnection
 
getAccessToken() - 类 中的方法org.elastos.hive.ServiceEndpoint
 
getAcknowledged() - 类 中的方法org.elastos.hive.vault.database.InsertResult
 
getAcknowledged() - 类 中的方法org.elastos.hive.vault.database.UpdateResult
 
getAllowPartialResults() - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
getAmount() - 类 中的方法org.elastos.hive.subscription.PricingPlan
 
getAppContext() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the application context.
getAppContextProvider() - 类 中的方法org.elastos.hive.AppContext
Get the provider of the application context.
getAppCount() - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
getAppDid() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the application DID in the current calling context.
getAppDid() - 类 中的方法org.elastos.hive.subscription.AppInfo
 
getAppInstanceDid() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the application instance DID in the current calling context;
getAppInstanceDocument() - 接口 中的方法org.elastos.hive.AppContextProvider
The method for upper Application to implement to provide current application instance did document as the running context.
getAppScope() - 类 中的方法org.elastos.hive.service.CloudBackupContext
Get the application scope.
getAppStats() - 类 中的方法org.elastos.hive.BackupSubscription
 
getAppStats() - 接口 中的方法org.elastos.hive.service.SubscriptionService
Get all application stats of the vault service
getAppStats() - 类 中的方法org.elastos.hive.subscription.SubscriptionController
 
getAppStats() - 类 中的方法org.elastos.hive.VaultSubscription
 
getAuthorization(String) - 接口 中的方法org.elastos.hive.AppContextProvider
The method for upper Application to implement to acquire the authorization code from user's approval.
getAuthorization(String, String, String) - 接口 中的方法org.elastos.hive.service.BackupContext
Get the authorization information for the backup processing.
getBackupCount() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getBackupInfo() - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Get the details of the backup service.
getBackupOrder(int) - 类 中的方法org.elastos.hive.subscription.payment.PaymentController
Get the order information of the backup by the order id.
getBackupPricingPlan(String) - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Get the pricing plan for the backup by name.
getBackupPricingPlanList() - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Get the pricing plan list of the backup service which can be used for upgrading the service.
getBackups() - 类 中的方法org.elastos.hive.Provider
Get all backup service stats of the hive node.
getBackups() - 类 中的方法org.elastos.hive.provider.RunStatsController
 
getBackupService() - 类 中的方法org.elastos.hive.Vault
Get the backup service of the vault.
getBatchSize() - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
getBody() - 类 中的方法org.elastos.hive.vault.scripting.Condition
 
getBypassDocumentValidation() - 类 中的方法org.elastos.hive.vault.database.UpdateOptions
 
getCaseFirst() - 类 中的方法org.elastos.hive.vault.database.Collation
 
getCaseLevel() - 类 中的方法org.elastos.hive.vault.database.Collation
 
getCid() - 类 中的方法org.elastos.hive.connection.UploadStream
 
getCid() - 类 中的方法org.elastos.hive.connection.UploadWriter
 
getClientId() - 类 中的方法org.elastos.hive.service.CloudBackupContext
Get the client ID for access the cloud service.
getCode() - 异常错误 中的方法org.elastos.hive.connection.NodeRPCException
 
GetCollectionResult - org.elastos.hive.vault.database中的类
 
GetCollectionResult() - 类 的构造器org.elastos.hive.vault.database.GetCollectionResult
 
getCollections() - 接口 中的方法org.elastos.hive.service.DatabaseService
Get all user collections.
getCollections() - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Get user's collections.
getCollections() - 类 中的方法org.elastos.hive.vault.database.GetCollectionResult
 
getCommitId() - 类 中的方法org.elastos.hive.endpoint.AboutController
Get the commit id of the github of the hive node.
getCreated() - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
getCreated() - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
getCreated() - 类 中的方法org.elastos.hive.vault.files.FileInfo
 
getCreateTime() - 类 中的方法org.elastos.hive.subscription.payment.Order
 
getCreateTime() - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
getCurrency() - 类 中的方法org.elastos.hive.subscription.PricingPlan
 
getDatabaseService() - 类 中的方法org.elastos.hive.Vault
Get the database service of the vault.
getDatabaseUseStorage() - 类 中的方法org.elastos.hive.provider.VaultDetail
 
getDescription() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getDeveloperDid() - 类 中的方法org.elastos.hive.subscription.AppInfo
 
getDownloadReader(String) - 接口 中的方法org.elastos.hive.service.FilesService
 
getDownloadReader(String) - 类 中的方法org.elastos.hive.vault.files.FilesController
Get the download reader for downloading the content of the file.
getDownloadStream(String) - 接口 中的方法org.elastos.hive.service.FilesService
Initiates a download sequence by returning a Reader or InputStream object that can be used to read the download file in chunks.
getDownloadStream(String) - 类 中的方法org.elastos.hive.vault.files.FilesController
Get the input stream for downloading the content of the file.
getElaAddress() - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
getElaAmount() - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
getEmail() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getEncrypt() - 类 中的方法org.elastos.hive.vault.database.Collection
 
getEncryptMethod() - 类 中的方法org.elastos.hive.vault.database.Collection
 
getExpirationTime() - 类 中的方法org.elastos.hive.subscription.payment.Order
 
getFileReader(String) - 类 中的方法org.elastos.hive.IpfsRunner
 
getFilesService() - 类 中的方法org.elastos.hive.Vault
Get the files service of the vault.
getFileStream(String) - 类 中的方法org.elastos.hive.IpfsRunner
 
getFileUseStorage() - 类 中的方法org.elastos.hive.provider.VaultDetail
 
getFilledOrders() - 类 中的方法org.elastos.hive.Provider
Get all filled order stats of the hive node.
getFilledOrders() - 类 中的方法org.elastos.hive.provider.RunStatsController
 
getHash(String) - 类 中的方法org.elastos.hive.vault.files.FilesController
Get the hash code of the remote file content.
getIconUrl() - 类 中的方法org.elastos.hive.subscription.AppInfo
 
getInsertedIds() - 类 中的方法org.elastos.hive.vault.database.InsertResult
 
getInternalCode() - 异常错误 中的方法org.elastos.hive.connection.NodeRPCException
 
getLastCommitId() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getLatestAccessTime() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getLatestCommitId() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the last commit ID of the hive node.
getLimit() - 类 中的方法org.elastos.hive.vault.database.CountOptions
 
getLimit() - 类 中的方法org.elastos.hive.vault.database.FindOptions
 
getLimit() - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
getLimitStr() - 类 中的方法org.elastos.hive.vault.database.FindOptions
 
getLocalDataDir() - 接口 中的方法org.elastos.hive.AppContextProvider
The method for upper Application to implement to set up the directory to store local data, especially for access tokens.
getLocale() - 类 中的方法org.elastos.hive.vault.database.Collation
 
getMatchedCount() - 类 中的方法org.elastos.hive.vault.database.UpdateResult
 
getMaxStorage() - 类 中的方法org.elastos.hive.provider.BackupDetail
 
getMaxStorage() - 类 中的方法org.elastos.hive.provider.VaultDetail
 
getMaxStorage() - 类 中的方法org.elastos.hive.subscription.PricingPlan
 
getMaxTimeMS() - 类 中的方法org.elastos.hive.vault.database.CountOptions
 
getMemoryTotal() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getMemoryUsed() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getMessage() - 类 中的方法org.elastos.hive.vault.backup.BackupResult
 
getModifiedCount() - 类 中的方法org.elastos.hive.vault.database.UpdateResult
 
getName() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getName() - 类 中的方法org.elastos.hive.subscription.AppInfo
 
getName() - 类 中的方法org.elastos.hive.subscription.PricingPlan
 
getName() - 类 中的方法org.elastos.hive.vault.database.Collection
 
getName() - 类 中的方法org.elastos.hive.vault.files.FileInfo
 
getNodeInfo() - 类 中的方法org.elastos.hive.endpoint.AboutController
Get the information of the hive node.
getNodeInfo() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the information of the hive node.
getNodeVersion() - 类 中的方法org.elastos.hive.endpoint.AboutController
Get the version of the hive node.
getNodeVersion() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the version of the hive node.
getOrder(int) - 类 中的方法org.elastos.hive.BackupSubscription
 
getOrder(int) - 接口 中的方法org.elastos.hive.service.PaymentService
Obtain the order detail according to the given order id.
getOrder(int) - 类 中的方法org.elastos.hive.VaultSubscription
 
getOrderId() - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
getOrderId() - 类 中的方法org.elastos.hive.subscription.payment.Order
 
getOrderId() - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
getOrderList() - 类 中的方法org.elastos.hive.BackupSubscription
 
getOrderList() - 接口 中的方法org.elastos.hive.service.PaymentService
Obtain all the list of order detail.
getOrderList() - 类 中的方法org.elastos.hive.VaultSubscription
 
getOrders(String) - 类 中的方法org.elastos.hive.subscription.payment.PaymentController
Get the orders by the subscription type.
getOwnerDid() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getOwnershipPresentation() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getPaidDid() - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
getPaidDid() - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
getParameter(String) - 接口 中的方法org.elastos.hive.service.BackupContext
Get the parameter for backup operation by key.
getParameter(String) - 类 中的方法org.elastos.hive.service.CloudBackupContext
 
getParameter(String) - 类 中的方法org.elastos.hive.service.HiveBackupContext
 
getPayingDid() - 类 中的方法org.elastos.hive.subscription.payment.Order
 
getPaymentAmount() - 类 中的方法org.elastos.hive.subscription.payment.Order
 
getPaymentAmount() - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
getPricingName() - 类 中的方法org.elastos.hive.provider.BackupDetail
 
getPricingName() - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
getPricingName() - 类 中的方法org.elastos.hive.provider.VaultDetail
 
getPricingPlan() - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
getPricingPlan() - 类 中的方法org.elastos.hive.subscription.payment.Order
 
getPricingPlan() - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
getPricingPlan() - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
getPricingPlan(String) - 类 中的方法org.elastos.hive.BackupSubscription
 
getPricingPlan(String) - 接口 中的方法org.elastos.hive.service.SubscriptionService
Let users to get the specific pricing plan information.
getPricingPlan(String) - 类 中的方法org.elastos.hive.VaultSubscription
 
getPricingPlanList() - 类 中的方法org.elastos.hive.BackupSubscription
 
getPricingPlanList() - 接口 中的方法org.elastos.hive.service.SubscriptionService
Let users to get the all the pricing plan list in order to subscribe to a new vault or backup service on the user's requirement.
getPricingPlanList() - 类 中的方法org.elastos.hive.VaultSubscription
 
getProjection() - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
getPromotionService() - 类 中的方法org.elastos.hive.Backup
 
getProof() - 类 中的方法org.elastos.hive.subscription.payment.Order
 
getProperty(String) - 类 中的方法org.elastos.hive.vault.files.FilesController
Get the details of the remote file.
getProviderAddress() - 类 中的方法org.elastos.hive.AppContext
Get the provider address from user DID document.
getProviderAddress() - 类 中的方法org.elastos.hive.connection.NodeRPCConnection
 
getProviderAddress() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the end-point address of this service End-point.
getProviderAddress(String) - 类 中的方法org.elastos.hive.AppContext
Get the URL address of the provider throw the document of the user DID.
getProviderAddress(String, String, boolean) - 类 中的静态方法org.elastos.hive.AppContext
Get the URL address of the provider by the user DID.
getPublicUploadStream(String) - 接口 中的方法org.elastos.hive.service.FilesService
 
getPublicUploadWriter(String) - 接口 中的方法org.elastos.hive.service.FilesService
 
getPublishedChannels() - 接口 中的方法org.elastos.hive.service.PubSubService
 
getReceipt(int) - 类 中的方法org.elastos.hive.BackupSubscription
 
getReceipt(int) - 接口 中的方法org.elastos.hive.service.PaymentService
Obtain the receipt detail according to the order id.
getReceipt(int) - 类 中的方法org.elastos.hive.subscription.payment.PaymentController
Get the receipt by the order id.
getReceipt(int) - 类 中的方法org.elastos.hive.VaultSubscription
 
getReceiptId() - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
getReceiptId() - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
getReceiptProof() - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
getReceipts() - 类 中的方法org.elastos.hive.BackupSubscription
 
getReceipts() - 接口 中的方法org.elastos.hive.service.PaymentService
Obtain the receipt of the vault.
getReceipts() - 类 中的方法org.elastos.hive.subscription.payment.PaymentController
Get the receipts belongs to the current user.
getReceipts() - 类 中的方法org.elastos.hive.subscription.payment.ReceiptCollection
 
getReceipts() - 类 中的方法org.elastos.hive.VaultSubscription
 
getReceivingAddress() - 类 中的方法org.elastos.hive.subscription.payment.Order
 
getReceivingAddress() - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
getRedirectUrl() - 类 中的方法org.elastos.hive.service.CloudBackupContext
Get the redirect URL.
getResult() - 类 中的方法org.elastos.hive.vault.backup.BackupResult
 
getReturnKey() - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
getScriptingService() - 类 中的方法org.elastos.hive.Vault
Get the scripting service of the vault.
getScripts(String, int, int) - 接口 中的方法org.elastos.hive.service.ScriptingService
Get all registered scripts.
getScripts(String, int, int) - 类 中的方法org.elastos.hive.vault.scripting.ScriptingController
Get the registered scripts.
getServiceDays() - 类 中的方法org.elastos.hive.subscription.PricingPlan
 
getServiceDid() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getServiceDid() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the remote node service application DID.
getServiceDid() - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
getServiceDid() - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
getServiceInstanceDid() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the remote node service instance DID where is serving the storage service.
getShowRecordId() - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
getSize() - 类 中的方法org.elastos.hive.vault.files.FileInfo
 
getSkip() - 类 中的方法org.elastos.hive.vault.database.CountOptions
 
getSkip() - 类 中的方法org.elastos.hive.vault.database.FindOptions
 
getSkip() - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
getSkipStr() - 类 中的方法org.elastos.hive.vault.database.FindOptions
 
getSort() - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
getState() - 类 中的方法org.elastos.hive.subscription.payment.Order
 
getState() - 类 中的方法org.elastos.hive.vault.backup.BackupResult
 
getStorage() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the instance of the data storage.
getStorageQuota() - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
getStorageQuota() - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
getStorageTotal() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getStorageUsed() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getStorageUsed() - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
getStorageUsed() - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
getSubscribedChannels() - 接口 中的方法org.elastos.hive.service.PubSubService
 
getSubscription() - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
getSubscription() - 类 中的方法org.elastos.hive.subscription.payment.Order
 
getSubscription() - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
getTargetProviderAddress() - 类 中的方法org.elastos.hive.service.HiveBackupContext
Get the host URL of the backup server.
getTargetServiceDid() - 类 中的方法org.elastos.hive.service.HiveBackupContext
Get the service DID of the backup server.
getToken() - 类 中的方法org.elastos.hive.vault.backup.credential.CredentialCode
Get the token of the credential code.
getType() - 接口 中的方法org.elastos.hive.service.BackupContext
Get the backup destination type which the vault want to go.
getUpdated() - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
getUpdated() - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
getUpdated() - 类 中的方法org.elastos.hive.vault.files.FileInfo
 
getUploadStream(String) - 接口 中的方法org.elastos.hive.service.FilesService
Initiates an upload sequence by returning a Write or OutputStream object that can be used to write small file chunks.
getUploadStream(String, boolean) - 类 中的方法org.elastos.hive.vault.files.FilesController
Get the upload stream for uploading the content of the file.
getUploadWriter(String) - 接口 中的方法org.elastos.hive.service.FilesService
 
getUploadWriter(String, boolean) - 类 中的方法org.elastos.hive.vault.files.FilesController
Get the upload writer for uploading the content of the file.
getUpsert() - 类 中的方法org.elastos.hive.vault.database.UpdateOptions
 
getUpsertedId() - 类 中的方法org.elastos.hive.vault.database.UpdateResult
 
getUsedStorageSize() - 类 中的方法org.elastos.hive.subscription.AppInfo
 
getUserCount() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getUserDid() - 类 中的方法org.elastos.hive.AppContext
Get the user DID.
getUserDid() - 类 中的方法org.elastos.hive.provider.BackupDetail
 
getUserDid() - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
getUserDid() - 类 中的方法org.elastos.hive.provider.VaultDetail
 
getUserDid() - 类 中的方法org.elastos.hive.ServiceEndpoint
Get the user DID string of this serviceEndpoint.
getUserDid() - 类 中的方法org.elastos.hive.subscription.AppInfo
 
getUseStorage() - 类 中的方法org.elastos.hive.provider.BackupDetail
 
getVaultCount() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getVaultInfo() - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Get the details of the vault.
getVaultOrder(int) - 类 中的方法org.elastos.hive.subscription.payment.PaymentController
Get the order information of the vault by the order id.
getVaultPricingPlan(String) - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Get the pricing plan for the vault by name.
getVaultPricingPlanList() - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Get the pricing plan list of the vault which can be used for upgrading the vault.
getVaults() - 类 中的方法org.elastos.hive.Provider
Get all vault service stats of the hive node.
getVaults() - 类 中的方法org.elastos.hive.provider.RunStatsController
 
getVersion() - 类 中的方法org.elastos.hive.BackupSubscription
 
getVersion() - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
getVersion() - 接口 中的方法org.elastos.hive.service.PaymentService
Obtain the version of the payment module.
getVersion() - 类 中的方法org.elastos.hive.subscription.payment.PaymentController
Get the version of the payment module.
getVersion() - 类 中的方法org.elastos.hive.VaultSubscription
 

H

hash(String) - 接口 中的方法org.elastos.hive.service.FilesService
Returns the SHA256 hash of the given file.
hint() - 类 中的方法org.elastos.hive.vault.database.DeleteOptions
 
hint(List<Index>) - 类 中的方法org.elastos.hive.vault.database.DeleteOptions
 
hint(Index) - 类 中的方法org.elastos.hive.vault.database.DeleteOptions
 
hint(Index[]) - 类 中的方法org.elastos.hive.vault.database.DeleteOptions
 
HiveBackupContext - org.elastos.hive.service中的类
The backup context for hive node server.
HiveBackupContext() - 类 的构造器org.elastos.hive.service.HiveBackupContext
 
HiveException - org.elastos.hive.exception中的异常错误
Base class of other hive exceptions.
HiveException() - 异常错误 的构造器org.elastos.hive.exception.HiveException
 
HiveException(String) - 异常错误 的构造器org.elastos.hive.exception.HiveException
 
HiveException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.HiveException
 
HiveException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.HiveException
 

I

IC_BACKUP_IS_IN_PROCESSING - 异常错误 中的静态变量org.elastos.hive.connection.NodeRPCException
 
IC_INVALID_PARAMETER - 异常错误 中的静态变量org.elastos.hive.connection.NodeRPCException
 
IDENTICAL - org.elastos.hive.vault.database.Collation.Strength
 
IllegalDidFormatException - org.elastos.hive.exception中的异常错误
 
IllegalDidFormatException() - 异常错误 的构造器org.elastos.hive.exception.IllegalDidFormatException
 
IllegalDidFormatException(String) - 异常错误 的构造器org.elastos.hive.exception.IllegalDidFormatException
 
IllegalDidFormatException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.IllegalDidFormatException
 
IllegalDidFormatException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.IllegalDidFormatException
 
Index - org.elastos.hive.vault.database中的类
Index presents the condition of the query operation.
Index(String, Index.Order) - 类 的构造器org.elastos.hive.vault.database.Index
 
Index.Order - org.elastos.hive.vault.database中的枚举
 
INSERT - org.elastos.hive.vault.scripting.Executable.Type
 
InsertExecutable - org.elastos.hive.vault.scripting中的类
The executable to wrapper the "insert" operation to the mongo database of the hive node.
InsertExecutable(String, String, JsonNode) - 类 的构造器org.elastos.hive.vault.scripting.InsertExecutable
 
InsertExecutable(String, String, JsonNode, JsonNode) - 类 的构造器org.elastos.hive.vault.scripting.InsertExecutable
 
insertMany(String, List<JsonNode>, InsertOptions) - 接口 中的方法org.elastos.hive.service.DatabaseService
Insert many new documents in a given collection.
insertMany(String, List<JsonNode>, InsertOptions) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Insert many documents.
insertOne(String, JsonNode, InsertOptions) - 接口 中的方法org.elastos.hive.service.DatabaseService
Insert a new document in a given collection.
insertOne(String, JsonNode, InsertOptions) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Insert one document.
InsertOptions - org.elastos.hive.vault.database中的类
InsertOptions() - 类 的构造器org.elastos.hive.vault.database.InsertOptions
 
InsertOptions(Boolean) - 类 的构造器org.elastos.hive.vault.database.InsertOptions
 
InsertOptions(Boolean, Boolean) - 类 的构造器org.elastos.hive.vault.database.InsertOptions
 
InsertResult - org.elastos.hive.vault.database中的类
InsertResult() - 类 的构造器org.elastos.hive.vault.database.InsertResult
 
INSUFFICIENT_STORAGE - 异常错误 中的静态变量org.elastos.hive.connection.NodeRPCException
 
InsufficientStorageException - org.elastos.hive.exception中的异常错误
 
InsufficientStorageException() - 异常错误 的构造器org.elastos.hive.exception.InsufficientStorageException
 
InsufficientStorageException(String) - 异常错误 的构造器org.elastos.hive.exception.InsufficientStorageException
 
InsufficientStorageException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.InsufficientStorageException
 
InsufficientStorageException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.InsufficientStorageException
 
invalidate() - 类 中的方法org.elastos.hive.connection.auth.AccessToken
 
invalidate() - 接口 中的方法org.elastos.hive.connection.auth.CodeFetcher
Invalidate the code for getting the code from remote server.
IpfsRunner - org.elastos.hive中的类
 
IpfsRunner() - 类 的构造器org.elastos.hive.IpfsRunner
 
IpfsRunner(String) - 类 的构造器org.elastos.hive.IpfsRunner
 
isFile() - 类 中的方法org.elastos.hive.vault.files.FileInfo
 

K

key() - 类 中的方法org.elastos.hive.vault.database.Index
 

L

list(String) - 接口 中的方法org.elastos.hive.service.FilesService
Returns the list of all files in a given folder.
listChildren(String) - 类 中的方法org.elastos.hive.vault.files.FilesController
List the files on the remote folder.
loadAccessToken(String) - 接口 中的方法org.elastos.hive.DataStorage
 
loadAccessTokenByAddress(String) - 接口 中的方法org.elastos.hive.DataStorage
 
loadBackupCredential(String) - 接口 中的方法org.elastos.hive.DataStorage
 
locale(String) - 类 中的方法org.elastos.hive.vault.database.Collation
 
LOWER - org.elastos.hive.vault.database.Collation.CaseFirst
 

M

major() - 类 中的方法org.elastos.hive.endpoint.NodeVersion
 
maxVariable() - 类 中的方法org.elastos.hive.vault.database.Collation
 
maxVariable(Collation.MaxVariable) - 类 中的方法org.elastos.hive.vault.database.Collation
 
minor() - 类 中的方法org.elastos.hive.endpoint.NodeVersion
 
move(String, String) - 接口 中的方法org.elastos.hive.service.FilesService
Moves (or renames) a file or folder.
moveFile(String, String) - 类 中的方法org.elastos.hive.vault.files.FilesController
Move file from srcPath to destPath.

N

NetworkException - org.elastos.hive.exception中的异常错误
 
NetworkException(IOException) - 异常错误 的构造器org.elastos.hive.exception.NetworkException
 
NetworkException(String) - 异常错误 的构造器org.elastos.hive.exception.NetworkException
 
NodeInfo - org.elastos.hive.endpoint中的类
The information of the hive node is returned by AboutController.getNodeVersion()
NodeInfo() - 类 的构造器org.elastos.hive.endpoint.NodeInfo
 
NodeRPCConnection - org.elastos.hive.connection中的类
Network connection for accessing hive node with restful APIs.
NodeRPCConnection() - 类 的构造器org.elastos.hive.connection.NodeRPCConnection
 
NodeRPCException - org.elastos.hive.connection中的异常错误
Main error response exception for internal usage.
NodeRPCException(int, int, String) - 异常错误 的构造器org.elastos.hive.connection.NodeRPCException
 
NodeVersion - org.elastos.hive.endpoint中的类
The version of the hive node is returned by AboutController.getNodeVersion()
NodeVersion() - 类 的构造器org.elastos.hive.endpoint.NodeVersion
 
NON_IGNORABLE - org.elastos.hive.vault.database.Collation.Alternate
 
normalization() - 类 中的方法org.elastos.hive.vault.database.Collation
 
normalization(boolean) - 类 中的方法org.elastos.hive.vault.database.Collation
 
NOT_FOUND - 异常错误 中的静态变量org.elastos.hive.connection.NodeRPCException
 
NotFoundException - org.elastos.hive.exception中的异常错误
 
NotFoundException() - 异常错误 的构造器org.elastos.hive.exception.NotFoundException
 
NotFoundException(String) - 异常错误 的构造器org.elastos.hive.exception.NotFoundException
 
NotFoundException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.NotFoundException
 
NotFoundException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.NotFoundException
 
NotFoundException(NodeRPCException) - 异常错误 的构造器org.elastos.hive.exception.NotFoundException
 
NotImplementedException - org.elastos.hive.exception中的异常错误
 
NotImplementedException() - 异常错误 的构造器org.elastos.hive.exception.NotImplementedException
 
NotImplementedException(String) - 异常错误 的构造器org.elastos.hive.exception.NotImplementedException
 
NotImplementedException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.NotImplementedException
 
NotImplementedException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.NotImplementedException
 
numericOrdering() - 类 中的方法org.elastos.hive.vault.database.Collation
 
numericOrdering(boolean) - 类 中的方法org.elastos.hive.vault.database.Collation
 

O

OFF - org.elastos.hive.vault.database.Collation.CaseFirst
 
onProgress(BackupResult.State, BackupResult.Result, String) - 接口 中的方法org.elastos.hive.service.BackupServiceProgress
 
openConnection(String) - 类 中的方法org.elastos.hive.connection.NodeRPCConnection
Open a HTTP connection to communicate with hive node.
Options(Integer, Integer, Integer) - 类 的构造器org.elastos.hive.vault.scripting.QueryHasResultCondition.Options
 
OrCondition - org.elastos.hive.vault.scripting中的类
Vault script condition that succeeds if at least one of the contained conditions are successful.
OrCondition(String) - 类 的构造器org.elastos.hive.vault.scripting.OrCondition
 
OrCondition(String, List<Condition>) - 类 的构造器org.elastos.hive.vault.scripting.OrCondition
 
order() - 类 中的方法org.elastos.hive.vault.database.Index
 
Order - org.elastos.hive.subscription.payment中的类
The order is used for payment module and represents and order to upgrade the service of the vault or the backup.
Order() - 类 的构造器org.elastos.hive.subscription.payment.Order
 
ordered(Boolean) - 类 中的方法org.elastos.hive.vault.database.InsertOptions
 
org.elastos.hive - 程序包 org.elastos.hive
 
org.elastos.hive.backup - 程序包 org.elastos.hive.backup
 
org.elastos.hive.backup.promotion - 程序包 org.elastos.hive.backup.promotion
 
org.elastos.hive.connection - 程序包 org.elastos.hive.connection
 
org.elastos.hive.connection.auth - 程序包 org.elastos.hive.connection.auth
 
org.elastos.hive.endpoint - 程序包 org.elastos.hive.endpoint
 
org.elastos.hive.exception - 程序包 org.elastos.hive.exception
 
org.elastos.hive.provider - 程序包 org.elastos.hive.provider
 
org.elastos.hive.service - 程序包 org.elastos.hive.service
 
org.elastos.hive.subscription - 程序包 org.elastos.hive.subscription
 
org.elastos.hive.subscription.payment - 程序包 org.elastos.hive.subscription.payment
 
org.elastos.hive.vault - 程序包 org.elastos.hive.vault
 
org.elastos.hive.vault.backup - 程序包 org.elastos.hive.vault.backup
 
org.elastos.hive.vault.backup.credential - 程序包 org.elastos.hive.vault.backup.credential
 
org.elastos.hive.vault.database - 程序包 org.elastos.hive.vault.database
 
org.elastos.hive.vault.files - 程序包 org.elastos.hive.vault.files
 
org.elastos.hive.vault.scripting - 程序包 org.elastos.hive.vault.scripting
 

P

patch() - 类 中的方法org.elastos.hive.endpoint.NodeVersion
 
PathNotExistException - org.elastos.hive.exception中的异常错误
 
PathNotExistException() - 异常错误 的构造器org.elastos.hive.exception.PathNotExistException
 
PathNotExistException(String) - 异常错误 的构造器org.elastos.hive.exception.PathNotExistException
 
PathNotExistException(NodeRPCException) - 异常错误 的构造器org.elastos.hive.exception.PathNotExistException
 
PaymentController - org.elastos.hive.subscription.payment中的类
The payment controller is the wrapper class for accessing the payment module.
PaymentController(NodeRPCConnection) - 类 的构造器org.elastos.hive.subscription.payment.PaymentController
 
PaymentService - org.elastos.hive.service中的接口
The payment service provides users with the way to purchase a paid vault or backup service, such as to subscribe to a new vault or backup with paid pricing plan or extend the purchased subscription service.
placeOrder(String) - 类 中的方法org.elastos.hive.BackupSubscription
 
placeOrder(String) - 接口 中的方法org.elastos.hive.service.PaymentService
Place an order for new subscription or extending the existing subscription service.
placeOrder(String) - 类 中的方法org.elastos.hive.VaultSubscription
 
placeOrder(String, String) - 类 中的方法org.elastos.hive.subscription.payment.PaymentController
This is for creating the payment order which upgrades the pricing plan of the vault or the backup.
PricingPlan - org.elastos.hive.subscription中的类
The pricing plan is for upgrading the service of the vault or the backup.
PricingPlan() - 类 的构造器org.elastos.hive.subscription.PricingPlan
 
PricingPlanNotFoundException - org.elastos.hive.exception中的异常错误
 
PricingPlanNotFoundException() - 异常错误 的构造器org.elastos.hive.exception.PricingPlanNotFoundException
 
PricingPlanNotFoundException(String) - 异常错误 的构造器org.elastos.hive.exception.PricingPlanNotFoundException
 
PricingPlanNotFoundException(NodeRPCException) - 异常错误 的构造器org.elastos.hive.exception.PricingPlanNotFoundException
 
PRIMARY - org.elastos.hive.vault.database.Collation.Strength
 
promote() - 类 中的方法org.elastos.hive.backup.promotion.PromotionController
 
promote() - 接口 中的方法org.elastos.hive.service.PromotionService
Promote the backup node to vault node by backup data.
PromotionController - org.elastos.hive.backup.promotion中的类
 
PromotionController(NodeRPCConnection) - 类 的构造器org.elastos.hive.backup.promotion.PromotionController
 
PromotionService - org.elastos.hive.service中的接口
The promotion service is for upgrading the backup node to the vault node.
Provider - org.elastos.hive中的类
This class is used to fetch some possible information from remote hive node.
Provider(AppContext) - 类 的构造器org.elastos.hive.Provider
 
Provider(AppContext, String) - 类 的构造器org.elastos.hive.Provider
Create by the application context and the provider address.
ProviderNotSetException - org.elastos.hive.exception中的异常错误
 
ProviderNotSetException() - 异常错误 的构造器org.elastos.hive.exception.ProviderNotSetException
 
ProviderNotSetException(String) - 异常错误 的构造器org.elastos.hive.exception.ProviderNotSetException
 
ProviderNotSetException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.ProviderNotSetException
 
ProviderNotSetException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.ProviderNotSetException
 
publish(String) - 接口 中的方法org.elastos.hive.service.PubSubService
 
PubSubService - org.elastos.hive.service中的接口
 
PUNCT - org.elastos.hive.vault.database.Collation.MaxVariable
 
push(String, String) - 接口 中的方法org.elastos.hive.service.PubSubService
 

Q

QUATERNARY - org.elastos.hive.vault.database.Collation.Strength
 
query(String, JsonNode, QueryOptions) - 接口 中的方法org.elastos.hive.service.DatabaseService
Find many documents by many options.
query(String, JsonNode, QueryOptions) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Query the documents by filter and options.
QueryHasResultCondition - org.elastos.hive.vault.scripting中的类
Vault script condition to check if a database query returns results or not.
QueryHasResultCondition(String, String, JsonNode) - 类 的构造器org.elastos.hive.vault.scripting.QueryHasResultCondition
 
QueryHasResultCondition(String, String, JsonNode, QueryHasResultCondition.Options) - 类 的构造器org.elastos.hive.vault.scripting.QueryHasResultCondition
 
QueryHasResultCondition.Options - org.elastos.hive.vault.scripting中的类
 
QueryOptions - org.elastos.hive.vault.database中的类
QueryOptions() - 类 的构造器org.elastos.hive.vault.database.QueryOptions
 

R

Receipt - org.elastos.hive.subscription.payment中的类
The receipt contains the details of the paid information.
Receipt() - 类 的构造器org.elastos.hive.subscription.payment.Receipt
 
ReceiptCollection - org.elastos.hive.subscription.payment中的类
 
ReceiptCollection() - 类 的构造器org.elastos.hive.subscription.payment.ReceiptCollection
 
refreshAccessToken() - 类 中的方法org.elastos.hive.ServiceEndpoint
Refresh the access token.
registerScript(String, Condition, Executable) - 接口 中的方法org.elastos.hive.service.ScriptingService
 
registerScript(String, Condition, Executable, boolean, boolean) - 接口 中的方法org.elastos.hive.service.ScriptingService
Let the vault owner register a script on his vault for a given application.
registerScript(String, Condition, Executable, boolean, boolean) - 类 中的方法org.elastos.hive.vault.scripting.ScriptingController
Register a script on the hive node.
registerScript(String, Executable) - 接口 中的方法org.elastos.hive.service.ScriptingService
 
registerScript(String, Executable, boolean, boolean) - 接口 中的方法org.elastos.hive.service.ScriptingService
Lets the vault owner register a script on his vault for a given application.
remove(String) - 接口 中的方法org.elastos.hive.service.PubSubService
 
restoreFrom(String) - 类 中的方法org.elastos.hive.vault.backup.BackupController
Restore the data of the vault from other place.
restoreFrom(BackupServiceProgress) - 接口 中的方法org.elastos.hive.service.BackupService
This is for restore vault data from backup server only once.
RESULT_FAILED - org.elastos.hive.vault.backup.BackupResult.Result
 
RESULT_PROCESS - org.elastos.hive.vault.backup.BackupResult.Result
 
RESULT_SUCCESS - org.elastos.hive.vault.backup.BackupResult.Result
 
RunStatsController - org.elastos.hive.provider中的类
 
RunStatsController(NodeRPCConnection) - 类 的构造器org.elastos.hive.provider.RunStatsController
 

S

ScriptContent - org.elastos.hive.vault.scripting中的类
 
ScriptContent() - 类 的构造器org.elastos.hive.vault.scripting.ScriptContent
 
ScriptingController - org.elastos.hive.vault.scripting中的类
The wrapper class to access the scripting APIs of the hive node.
ScriptingController(NodeRPCConnection, boolean) - 类 的构造器org.elastos.hive.vault.scripting.ScriptingController
Create by the RPC connection.
ScriptingInvocationService - org.elastos.hive.service中的接口
Vault provides the scripting service to general users to execute a preset script by the vault owner.
ScriptingService - org.elastos.hive.service中的接口
Vault provides the scripting service to vault owners to register executable script and make invocation as well.
ScriptNotFoundException - org.elastos.hive.exception中的异常错误
 
ScriptNotFoundException() - 异常错误 的构造器org.elastos.hive.exception.ScriptNotFoundException
 
ScriptNotFoundException(String) - 异常错误 的构造器org.elastos.hive.exception.ScriptNotFoundException
 
ScriptNotFoundException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.ScriptNotFoundException
 
ScriptNotFoundException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.ScriptNotFoundException
 
ScriptNotFoundException(NodeRPCException) - 异常错误 的构造器org.elastos.hive.exception.ScriptNotFoundException
 
ScriptRunner - org.elastos.hive中的类
The script runner is used on the script calling side.
ScriptRunner(AppContext) - 类 的构造器org.elastos.hive.ScriptRunner
 
ScriptRunner(AppContext, String) - 类 的构造器org.elastos.hive.ScriptRunner
 
SECONDARY - org.elastos.hive.vault.database.Collation.Strength
 
ServerUnknownException - org.elastos.hive.exception中的异常错误
 
ServerUnknownException() - 异常错误 的构造器org.elastos.hive.exception.ServerUnknownException
 
ServerUnknownException(int, String) - 异常错误 的构造器org.elastos.hive.exception.ServerUnknownException
 
ServerUnknownException(String) - 异常错误 的构造器org.elastos.hive.exception.ServerUnknownException
 
ServerUnknownException(NodeRPCException) - 异常错误 的构造器org.elastos.hive.exception.ServerUnknownException
 
ServiceBuilder - org.elastos.hive.backup中的类
The service builder for the services of the backup hive node.
ServiceBuilder - org.elastos.hive.vault中的类
Helper class to create service instance.
ServiceBuilder(ServiceEndpoint) - 类 的构造器org.elastos.hive.backup.ServiceBuilder
 
ServiceBuilder(ServiceEndpoint) - 类 的构造器org.elastos.hive.vault.ServiceBuilder
Create by the service end point.
ServiceEndpoint - org.elastos.hive中的类
The service end-point represents the service provides some API functions.
ServiceEndpoint(AppContext, String) - 类 的构造器org.elastos.hive.ServiceEndpoint
Create by the application context, and the address of the provider.
setAccessAmount(long) - 类 中的方法org.elastos.hive.subscription.AppInfo
 
setAccessAmount(long) - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
setAccessCount(int) - 类 中的方法org.elastos.hive.subscription.AppInfo
 
setAccessCount(int) - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
setAccessLastTime(long) - 类 中的方法org.elastos.hive.subscription.AppInfo
 
setAccessLastTime(long) - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
setAcknowledged(Boolean) - 类 中的方法org.elastos.hive.vault.database.UpdateResult
 
setAllowAnonymousApp(Boolean) - 类 中的方法org.elastos.hive.vault.scripting.ScriptContent
 
setAllowAnonymousUser(Boolean) - 类 中的方法org.elastos.hive.vault.scripting.ScriptContent
 
setAllowPartialResults(Boolean) - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
setAmount(float) - 类 中的方法org.elastos.hive.subscription.PricingPlan
 
setAppCount(int) - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
setAppDid(String) - 类 中的方法org.elastos.hive.subscription.AppInfo
 
setBackupCount(int) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setBatchSize(Integer) - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
setBody(Object) - 类 中的方法org.elastos.hive.vault.scripting.Condition
 
setBypassDocumentValidation(Boolean) - 类 中的方法org.elastos.hive.vault.database.UpdateOptions
 
setCondition(JSONObject) - 类 中的方法org.elastos.hive.vault.scripting.ScriptContent
 
setCreated(long) - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
setCreated(long) - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
setCreated(long) - 类 中的方法org.elastos.hive.vault.files.FileInfo
 
setCreateTime(Integer) - 类 中的方法org.elastos.hive.subscription.payment.Order
 
setCreateTime(Integer) - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
setCurrency(String) - 类 中的方法org.elastos.hive.subscription.PricingPlan
 
setDatabaseUseStorage(int) - 类 中的方法org.elastos.hive.provider.VaultDetail
 
setDescription(String) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setDeveloperDid(String) - 类 中的方法org.elastos.hive.subscription.AppInfo
 
setElaAddress(String) - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
setElaAmount(double) - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
setEmail(String) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setEncrypt(Boolean) - 类 中的方法org.elastos.hive.vault.database.Collection
 
setEncryptMethod(String) - 类 中的方法org.elastos.hive.vault.database.Collection
 
setExecutable(Object) - 类 中的方法org.elastos.hive.vault.scripting.ScriptContent
 
setExpirationTime(Integer) - 类 中的方法org.elastos.hive.subscription.payment.Order
 
setFile(boolean) - 类 中的方法org.elastos.hive.vault.files.FileInfo
 
setFileUseStorage(int) - 类 中的方法org.elastos.hive.provider.VaultDetail
 
setIconUrl(String) - 类 中的方法org.elastos.hive.subscription.AppInfo
 
setLastCommitId(String) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setLatestAccessTime(long) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setLimit(Integer) - 类 中的方法org.elastos.hive.vault.database.FindOptions
 
setLimit(Integer) - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
setLimit(Long) - 类 中的方法org.elastos.hive.vault.database.CountOptions
 
setMatchedCount(Integer) - 类 中的方法org.elastos.hive.vault.database.UpdateResult
 
setMaxStorage(int) - 类 中的方法org.elastos.hive.provider.BackupDetail
 
setMaxStorage(int) - 类 中的方法org.elastos.hive.provider.VaultDetail
 
setMaxStorage(int) - 类 中的方法org.elastos.hive.subscription.PricingPlan
 
setMaxTimeMS(Long) - 类 中的方法org.elastos.hive.vault.database.CountOptions
 
setMemoryTotal(long) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setMemoryUsed(long) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setMessage(String) - 类 中的方法org.elastos.hive.vault.backup.BackupResult
 
setModifiedCount(Integer) - 类 中的方法org.elastos.hive.vault.database.UpdateResult
 
setName(String) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setName(String) - 类 中的方法org.elastos.hive.subscription.AppInfo
 
setName(String) - 类 中的方法org.elastos.hive.subscription.PricingPlan
 
setName(String) - 类 中的方法org.elastos.hive.vault.database.Collection
 
setName(String) - 类 中的方法org.elastos.hive.vault.files.FileInfo
 
setName(String) - 类 中的方法org.elastos.hive.vault.scripting.ScriptContent
 
setOrderId(Integer) - 类 中的方法org.elastos.hive.subscription.payment.Order
 
setOrderId(Integer) - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
setOrderId(String) - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
setOutput(Boolean) - 类 中的方法org.elastos.hive.vault.scripting.Executable
 
setOwnerDid(String) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setOwnershipPresentation(Map<String, Object>) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setPaidDid(String) - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
setPaidDid(String) - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
setPayingDid(String) - 类 中的方法org.elastos.hive.subscription.payment.Order
 
setPaymentAmount(Float) - 类 中的方法org.elastos.hive.subscription.payment.Order
 
setPaymentAmount(Float) - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
setPricingName(String) - 类 中的方法org.elastos.hive.provider.BackupDetail
 
setPricingName(String) - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
setPricingName(String) - 类 中的方法org.elastos.hive.provider.VaultDetail
 
setPricingPlan(String) - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
setPricingPlan(String) - 类 中的方法org.elastos.hive.subscription.payment.Order
 
setPricingPlan(String) - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
setPricingPlan(String) - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
setProjection(JsonNode) - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
setProof(String) - 类 中的方法org.elastos.hive.subscription.payment.Order
 
setReceiptId(String) - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
setReceiptId(String) - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
setReceiptProof(String) - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
setReceivingAddress(String) - 类 中的方法org.elastos.hive.subscription.payment.Order
 
setReceivingAddress(String) - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
setResult(String) - 类 中的方法org.elastos.hive.vault.backup.BackupResult
 
setReturnKey(Boolean) - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
setServiceDays(int) - 类 中的方法org.elastos.hive.subscription.PricingPlan
 
setServiceDid(String) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setServiceDid(String) - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
setServiceDid(String) - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
setShowRecordId(Boolean) - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
setSize(int) - 类 中的方法org.elastos.hive.vault.files.FileInfo
 
setSkip(Integer) - 类 中的方法org.elastos.hive.vault.database.FindOptions
 
setSkip(Integer) - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
setSkip(Long) - 类 中的方法org.elastos.hive.vault.database.CountOptions
 
setSort(List<SortItem>) - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
setSort(SortItem) - 类 中的方法org.elastos.hive.vault.database.QueryOptions
 
setState(String) - 类 中的方法org.elastos.hive.subscription.payment.Order
 
setState(String) - 类 中的方法org.elastos.hive.vault.backup.BackupResult
 
setStorageQuota(int) - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
setStorageQuota(int) - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
setStorageTotal(long) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setStorageUsed(int) - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
setStorageUsed(int) - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
setStorageUsed(long) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setSubscription(String) - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
setSubscription(String) - 类 中的方法org.elastos.hive.subscription.payment.Order
 
setSubscription(String) - 类 中的方法org.elastos.hive.subscription.payment.Receipt
 
settleOrder(int) - 类 中的方法org.elastos.hive.BackupSubscription
 
settleOrder(int) - 接口 中的方法org.elastos.hive.service.PaymentService
Pay for the order with a given id.
settleOrder(int) - 类 中的方法org.elastos.hive.subscription.payment.PaymentController
Pay the order by the order id and the transaction id.
settleOrder(int) - 类 中的方法org.elastos.hive.VaultSubscription
 
setupContext(BackupContext) - 接口 中的方法org.elastos.hive.service.BackupService
Set-up a context for get more detailed information for backup server.
setUpdated(long) - 类 中的方法org.elastos.hive.subscription.BackupInfo
 
setUpdated(long) - 类 中的方法org.elastos.hive.subscription.VaultInfo
 
setUpdated(long) - 类 中的方法org.elastos.hive.vault.files.FileInfo
 
setupResolver(String, String) - 类 中的静态方法org.elastos.hive.AppContext
Setup the resolver for the DID verification.
setUpsert(Boolean) - 类 中的方法org.elastos.hive.vault.database.UpdateOptions
 
setUpsertedId(String) - 类 中的方法org.elastos.hive.vault.database.UpdateResult
 
setUsedStorageSize(int) - 类 中的方法org.elastos.hive.subscription.AppInfo
 
setUserCount(int) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setUserDid(String) - 类 中的方法org.elastos.hive.provider.BackupDetail
 
setUserDid(String) - 类 中的方法org.elastos.hive.provider.FilledOrderDetail
 
setUserDid(String) - 类 中的方法org.elastos.hive.provider.VaultDetail
 
setUserDid(String) - 类 中的方法org.elastos.hive.subscription.AppInfo
 
setUserDidForceResolveFlag(boolean) - 类 中的方法org.elastos.hive.AppContext
Set the force resolve flag for app context which will cause always resolve did from chain.
setUseStorage(int) - 类 中的方法org.elastos.hive.provider.BackupDetail
 
setVaultCount(int) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
setVersion(String) - 类 中的方法org.elastos.hive.endpoint.NodeInfo
 
SHA256 - org.elastos.hive.connection中的类
 
SHA256() - 类 的构造器org.elastos.hive.connection.SHA256
 
SHIFTED - org.elastos.hive.vault.database.Collation.Alternate
 
signIn(DIDDocument) - 类 中的方法org.elastos.hive.connection.auth.AuthController
Sign in to hive node
SPACE - org.elastos.hive.vault.database.Collation.MaxVariable
 
startBackup(String) - 类 中的方法org.elastos.hive.vault.backup.BackupController
Start the backup process which backups the data of the vault to other place.
startBackup(BackupServiceProgress) - 接口 中的方法org.elastos.hive.service.BackupService
Backup process in node side is a continues process.
stat(String) - 接口 中的方法org.elastos.hive.service.FilesService
Information about the target file or folder.
STATE_BACKUP - org.elastos.hive.vault.backup.BackupResult.State
 
STATE_RESTORE - org.elastos.hive.vault.backup.BackupResult.State
 
STATE_STOP - org.elastos.hive.vault.backup.BackupResult.State
 
stopBackup() - 接口 中的方法org.elastos.hive.service.BackupService
As startBackup() shows, this is just for stopping the async process in vault node side.
stopRestore() - 接口 中的方法org.elastos.hive.service.BackupService
Stop the running restore process in background.
storeAccessToken(String, String) - 接口 中的方法org.elastos.hive.DataStorage
 
storeAccessTokenByAddress(String, String) - 接口 中的方法org.elastos.hive.DataStorage
 
storeBackupCredential(String, String) - 接口 中的方法org.elastos.hive.DataStorage
 
strength(Collation.Strength) - 类 中的方法org.elastos.hive.vault.database.Collation
 
Strength() - 类 中的方法org.elastos.hive.vault.database.Collation
 
subscribe() - 类 中的方法org.elastos.hive.BackupSubscription
 
subscribe() - 接口 中的方法org.elastos.hive.service.SubscriptionService
Let a new user subscribe to the entity service on the specified back-end node, where the entity service would be vault or backup service.
subscribe() - 类 中的方法org.elastos.hive.VaultSubscription
 
subscribe(String, String, String) - 接口 中的方法org.elastos.hive.service.PubSubService
 
subscribeToBackup() - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Subscribe the backup service with the free pricing plan.
subscribeToVault() - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Subscribe the vault with the free pricing plan.
SubscriptionController - org.elastos.hive.subscription中的类
The subscription controller is for subscribing the vault or the backup.
SubscriptionController(NodeRPCConnection) - 类 的构造器org.elastos.hive.subscription.SubscriptionController
 
SubscriptionService<T> - org.elastos.hive.service中的接口
Hive node provides the subscription service to let a new user subscribe to their vault or backup service on the given back-end node.

T

target() - 接口 中的方法org.elastos.hive.connection.auth.BridgeHandler
The target is what the access token for.
TERTIARY - org.elastos.hive.vault.database.Collation.Strength
 
timestamp(Boolean) - 类 中的方法org.elastos.hive.vault.database.InsertOptions
 
toString() - 类 中的方法org.elastos.hive.endpoint.NodeVersion
 
toString() - 枚举 中的方法org.elastos.hive.vault.database.Collation.Alternate
 
toString() - 枚举 中的方法org.elastos.hive.vault.database.Collation.CaseFirst
 
toString() - 枚举 中的方法org.elastos.hive.vault.database.Collation.MaxVariable
 

U

UNAUTHORIZED - 异常错误 中的静态变量org.elastos.hive.connection.NodeRPCException
 
UnauthorizedException - org.elastos.hive.exception中的异常错误
 
UnauthorizedException() - 异常错误 的构造器org.elastos.hive.exception.UnauthorizedException
 
UnauthorizedException(String) - 异常错误 的构造器org.elastos.hive.exception.UnauthorizedException
 
UnauthorizedException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.UnauthorizedException
 
UnauthorizedException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.UnauthorizedException
 
UnauthorizedException(NodeRPCException) - 异常错误 的构造器org.elastos.hive.exception.UnauthorizedException
 
unregisterScript(String) - 接口 中的方法org.elastos.hive.service.ScriptingService
Let the vault owner unregister a script when the script become useless to applications.
unregisterScript(String) - 类 中的方法org.elastos.hive.vault.scripting.ScriptingController
Unregister the script.
unsubscribe() - 类 中的方法org.elastos.hive.BackupSubscription
 
unsubscribe() - 接口 中的方法org.elastos.hive.service.SubscriptionService
 
unsubscribe() - 类 中的方法org.elastos.hive.VaultSubscription
 
unsubscribe(boolean) - 类 中的方法org.elastos.hive.BackupSubscription
 
unsubscribe(boolean) - 接口 中的方法org.elastos.hive.service.SubscriptionService
Let user to unsubscribe to an existing but useless vault or backup service.
unsubscribe(boolean) - 类 中的方法org.elastos.hive.VaultSubscription
 
unsubscribe(String, String, String) - 接口 中的方法org.elastos.hive.service.PubSubService
 
unsubscribeBackup() - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Unsubscribe the backup service.
unsubscribeVault(boolean) - 类 中的方法org.elastos.hive.subscription.SubscriptionController
Unsubscribe the vault.
UPDATE - org.elastos.hive.vault.scripting.Executable.Type
 
UpdateExecutable - org.elastos.hive.vault.scripting中的类
The executable to update the documents of the mongo database.
UpdateExecutable(String, String, JsonNode, JsonNode) - 类 的构造器org.elastos.hive.vault.scripting.UpdateExecutable
 
UpdateExecutable(String, String, JsonNode, JsonNode, JsonNode) - 类 的构造器org.elastos.hive.vault.scripting.UpdateExecutable
 
updateMany(String, JsonNode, JsonNode, UpdateOptions) - 接口 中的方法org.elastos.hive.service.DatabaseService
Update many existing documents in a given collection.
updateMany(String, JsonNode, JsonNode, UpdateOptions) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Update all matched documents by the filter.
updateOne(String, JsonNode, JsonNode, UpdateOptions) - 接口 中的方法org.elastos.hive.service.DatabaseService
Update an existing document in a given collection.
updateOne(String, JsonNode, JsonNode, UpdateOptions) - 类 中的方法org.elastos.hive.vault.database.DatabaseController
Update the first matched document by the filter.
UpdateOptions - org.elastos.hive.vault.database中的类
UpdateOptions() - 类 的构造器org.elastos.hive.vault.database.UpdateOptions
 
UpdateResult - org.elastos.hive.vault.database中的类
UpdateResult() - 类 的构造器org.elastos.hive.vault.database.UpdateResult
 
uploadFile(String, Class<T>) - 类 中的方法org.elastos.hive.ScriptRunner
 
uploadFile(String, Class<T>) - 接口 中的方法org.elastos.hive.service.ScriptingInvocationService
Invoke the execution of the script to upload a file in the streaming mode.
uploadFile(String, Class<T>) - 类 中的方法org.elastos.hive.vault.scripting.ScriptingController
Upload file really by transaction ID.
UploadStream - org.elastos.hive.connection中的类
The UploadOutputStream is for uploading file by the Http connection.
UploadStream(HttpURLConnection, OutputStream) - 类 的构造器org.elastos.hive.connection.UploadStream
Create the upload output stream by connection and relating output stream.
UploadWriter - org.elastos.hive.connection中的类
The UploadOutputStreamWriter is for uploading file by connection.
UploadWriter(HttpURLConnection, OutputStream) - 类 的构造器org.elastos.hive.connection.UploadWriter
 
UPPER - org.elastos.hive.vault.database.Collation.CaseFirst
 

V

value() - 枚举 中的方法org.elastos.hive.vault.database.Collation.Strength
 
value() - 枚举 中的方法org.elastos.hive.vault.database.Index.Order
 
valueOf(String) - 枚举 中的静态方法org.elastos.hive.vault.backup.BackupResult.Result
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.elastos.hive.vault.backup.BackupResult.State
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.Alternate
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.CaseFirst
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.MaxVariable
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.Strength
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.elastos.hive.vault.database.Index.Order
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.elastos.hive.vault.scripting.Executable.Type
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.elastos.hive.vault.backup.BackupResult.Result
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.elastos.hive.vault.backup.BackupResult.State
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.Alternate
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.CaseFirst
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.MaxVariable
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.elastos.hive.vault.database.Collation.Strength
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.elastos.hive.vault.database.Index.Order
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.elastos.hive.vault.scripting.Executable.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Vault - org.elastos.hive中的类
This class explicitly represents the vault service subscribed by "userDid".
Vault(AppContext) - 类 的构造器org.elastos.hive.Vault
 
Vault(AppContext, String) - 类 的构造器org.elastos.hive.Vault
 
VaultAlreadyExistsException - org.elastos.hive.exception中的异常错误
 
VaultAlreadyExistsException() - 异常错误 的构造器org.elastos.hive.exception.VaultAlreadyExistsException
 
VaultAlreadyExistsException(String) - 异常错误 的构造器org.elastos.hive.exception.VaultAlreadyExistsException
 
VaultAlreadyExistsException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.VaultAlreadyExistsException
 
VaultAlreadyExistsException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.VaultAlreadyExistsException
 
VaultAlreadyExistsException(NodeRPCException) - 异常错误 的构造器org.elastos.hive.exception.VaultAlreadyExistsException
 
VaultDetail - org.elastos.hive.provider中的类
 
VaultDetail() - 类 的构造器org.elastos.hive.provider.VaultDetail
 
VaultForbiddenException - org.elastos.hive.exception中的异常错误
 
VaultForbiddenException() - 异常错误 的构造器org.elastos.hive.exception.VaultForbiddenException
 
VaultForbiddenException(String) - 异常错误 的构造器org.elastos.hive.exception.VaultForbiddenException
 
VaultForbiddenException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.VaultForbiddenException
 
VaultForbiddenException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.VaultForbiddenException
 
VaultInfo - org.elastos.hive.subscription中的类
This contains the details of the vault service.
VaultInfo() - 类 的构造器org.elastos.hive.subscription.VaultInfo
 
VaultNotFoundException - org.elastos.hive.exception中的异常错误
 
VaultNotFoundException() - 异常错误 的构造器org.elastos.hive.exception.VaultNotFoundException
 
VaultNotFoundException(String) - 异常错误 的构造器org.elastos.hive.exception.VaultNotFoundException
 
VaultNotFoundException(String, Throwable) - 异常错误 的构造器org.elastos.hive.exception.VaultNotFoundException
 
VaultNotFoundException(Throwable) - 异常错误 的构造器org.elastos.hive.exception.VaultNotFoundException
 
VaultSubscription - org.elastos.hive中的类
The vault subscription is used for the vault management.
VaultSubscription(AppContext) - 类 的构造器org.elastos.hive.VaultSubscription
Create by the application context, and the address of the provider.
VaultSubscription(AppContext, String) - 类 的构造器org.elastos.hive.VaultSubscription
Create by the application context, and the address of the provider.

W

write(byte[]) - 类 中的方法org.elastos.hive.connection.UploadStream
 
write(byte[], int, int) - 类 中的方法org.elastos.hive.connection.UploadStream
 
write(int) - 类 中的方法org.elastos.hive.connection.UploadStream
 
A B C D E F G H I K L M N O P Q R S T U V W 
所有类 所有程序包