IDynamicShardingConnectionInfo

public interface IDynamicShardingConnectionInfo

com.android.tradefed.invoker.shard.IDynamicShardingConnectionInfo


Interface pour les classes contenant des informations de connexion de partitionnement dynamique

Résumé

Méthodes publiques

abstract List<String> getAuthScopes()
abstract String getServerAddress()
abstract Integer getServerPort()

Méthodes publiques

getAuthScopes

public abstract List<String> getAuthScopes ()

Renvoie
List<String>

getServerAddress

public abstract String getServerAddress ()

Renvoie
String

getServerPort

public abstract Integer getServerPort ()

Renvoie
Integer