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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Service
create(String hostname, String bucket, String username, String password, int port, CoreContext ctx, ServiceType type)
-
-
-
Field Detail
-
INSTANCE
public static final ServiceFactory INSTANCE
-
-
Method Detail
-
create
public Service create(String hostname, String bucket, String username, String password, int port, CoreContext ctx, ServiceType type)
-
-