Uses of Class
com.couchbase.client.java.util.AnalyticsIngester.IngestMethod
Package | Description |
---|---|
com.couchbase.client.java.util |
-
Uses of AnalyticsIngester.IngestMethod in com.couchbase.client.java.util
Methods in com.couchbase.client.java.util that return AnalyticsIngester.IngestMethod Modifier and Type Method Description static AnalyticsIngester.IngestMethod
AnalyticsIngester.IngestMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnalyticsIngester.IngestMethod[]
AnalyticsIngester.IngestMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.util with parameters of type AnalyticsIngester.IngestMethod Modifier and Type Method Description AnalyticsIngester.IngestOptions
AnalyticsIngester.IngestOptions. ingestMethod(AnalyticsIngester.IngestMethod ingestMethod)
Allows to customize the ingest method used for each kv operation.