Uses of Class
com.couchbase.client.java.event.consumers.BucketConsumer.StoreType
Package | Description |
---|---|
com.couchbase.client.java.event.consumers |
-
Uses of BucketConsumer.StoreType in com.couchbase.client.java.event.consumers
Methods in com.couchbase.client.java.event.consumers that return BucketConsumer.StoreType Modifier and Type Method Description static BucketConsumer.StoreType
BucketConsumer.StoreType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BucketConsumer.StoreType[]
BucketConsumer.StoreType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.event.consumers with parameters of type BucketConsumer.StoreType Modifier and Type Method Description static BucketConsumer
BucketConsumer. create(Bucket bucket, BucketConsumer.StoreType storeType)