类 HiveBackupContext
- java.lang.Object
-
- org.elastos.hive.service.HiveBackupContext
-
- 所有已实现的接口:
BackupContext
public abstract class HiveBackupContext extends java.lang.Object implements BackupContext
The backup context for hive node server.
-
-
构造器概要
构造器 构造器 说明 HiveBackupContext()
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 java.lang.StringgetParameter(java.lang.String parameter)Get the parameter for backup operation by key.abstract java.lang.StringgetTargetProviderAddress()Get the host URL of the backup server.abstract java.lang.StringgetTargetServiceDid()Get the service DID of the backup server.-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.elastos.hive.service.BackupContext
getAuthorization, getType
-
-
-
-
方法详细资料
-
getParameter
public java.lang.String getParameter(java.lang.String parameter)
从接口复制的说明:BackupContextGet the parameter for backup operation by key.- 指定者:
getParameter在接口中BackupContext- 参数:
parameter- The parameter name.- 返回:
- The parameter value.
-
getTargetProviderAddress
public abstract java.lang.String getTargetProviderAddress()
Get the host URL of the backup server.- 返回:
- Host URL.
-
getTargetServiceDid
public abstract java.lang.String getTargetServiceDid()
Get the service DID of the backup server.- 返回:
- The service DID.
-
-