Uses of Class
com.couchbase.client.core.endpoint.ServerFeatures
Package | Description |
---|---|
com.couchbase.client.core.endpoint |
-
Uses of ServerFeatures in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return ServerFeatures Modifier and Type Method Description static ServerFeatures
ServerFeatures. fromValue(short input)
static ServerFeatures
ServerFeatures. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerFeatures[]
ServerFeatures. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.endpoint that return types with arguments of type ServerFeatures Modifier and Type Method Description List<ServerFeatures>
ServerFeaturesEvent. supportedFeatures()
Constructor parameters in com.couchbase.client.core.endpoint with type arguments of type ServerFeatures Constructor Description ServerFeaturesEvent(List<ServerFeatures> supportedFeatures)