Uses of Class
com.couchbase.client.java.query.util.IndexInfo
-
Packages that use IndexInfo Package Description com.couchbase.client.java.bucket -
-
Uses of IndexInfo in com.couchbase.client.java.bucket
Methods in com.couchbase.client.java.bucket that return types with arguments of type IndexInfo Modifier and Type Method Description rx.Observable<IndexInfo>
AsyncBucketManager. listN1qlIndexes()
List all N1QL GSI indexes that are registered for the current bucket.List<IndexInfo>
BucketManager. listN1qlIndexes()
List all N1QL GSI indexes that are registered for the current bucket, with the default management timeout.List<IndexInfo>
BucketManager. listN1qlIndexes(long timeout, TimeUnit timeUnit)
List all N1QL GSI indexes that are registered for the current bucket, with a custom timeout.rx.Observable<IndexInfo>
DefaultAsyncBucketManager. listN1qlIndexes()
List<IndexInfo>
DefaultBucketManager. listN1qlIndexes()
List<IndexInfo>
DefaultBucketManager. listN1qlIndexes(long timeout, TimeUnit timeUnit)
rx.Observable<IndexInfo>
AsyncBucketManager. watchN1qlIndexes(List<String> watchList, long watchTimeout, TimeUnit watchTimeUnit)
Watches all given indexes (possibly including the primary one), polling the query service until they become "online" or the watchTimeout has expired..List<IndexInfo>
BucketManager. watchN1qlIndexes(List<String> watchList, long watchTimeout, TimeUnit watchTimeUnit)
Watches all given indexes (possibly including the primary one), polling the query service until they become "online" or the watchTimeout has expired.rx.Observable<IndexInfo>
DefaultAsyncBucketManager. watchN1qlIndexes(List<String> watchList, long watchTimeout, TimeUnit watchTimeUnit)
List<IndexInfo>
DefaultBucketManager. watchN1qlIndexes(List<String> watchList, long watchTimeout, TimeUnit watchTimeUnit)
-