Class ServiceFactory
java.lang.Object
com.couchbase.client.core.service.ServiceFactory
public class ServiceFactory extends Object
-
Field Summary
Fields Modifier and Type Field Description static ServiceFactory
INSTANCE
-
Method Summary
Modifier and Type Method Description Service
create(String hostname, String bucket, String username, String password, int port, CoreContext ctx, ServiceType type)
-
Field Details
-
INSTANCE
-
-
Method Details
-
create
public Service create(String hostname, String bucket, String username, String password, int port, CoreContext ctx, ServiceType type)
-