Uses of Class
com.couchbase.client.core.transaction.forwards.Extension
-
Packages that use Extension Package Description com.couchbase.client.core.transaction.forwards -
-
Uses of Extension in com.couchbase.client.core.transaction.forwards
Fields in com.couchbase.client.core.transaction.forwards with type parameters of type Extension Modifier and Type Field Description Set<Extension>
Supported. extensions
static Set<Extension>
Extension. SUPPORTED
All protocol extensions supported by this implementation.Methods in com.couchbase.client.core.transaction.forwards that return Extension Modifier and Type Method Description static Extension
Extension. valueOf(String name)
Returns the enum constant of this type with the specified name.static Extension[]
Extension. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-