Uses of Class
com.algolia.search.StatefulHost
-
Packages that use StatefulHost Package Description com.algolia.search -
-
Uses of StatefulHost in com.algolia.search
Methods in com.algolia.search that return types with arguments of type StatefulHost Modifier and Type Method Description List<StatefulHost>ConfigBase. getHosts()Method parameters in com.algolia.search with type arguments of type StatefulHost Modifier and Type Method Description TConfigBase.Builder. setHosts(List<StatefulHost> customHosts)Sets a list of specific host to target.Constructor parameters in com.algolia.search with type arguments of type StatefulHost Constructor Description Builder(String applicationID, String apiKey, List<StatefulHost> defaultHosts, CompressionType compressionType)Builds a base configuration
-