LookupInBuilder |
LookupInBuilder.accessDeleted(boolean accessDeleted) |
Set accessDeleted to true, if the document has been deleted to access xattrs
|
LookupInBuilder |
LookupInBuilder.exists(Iterable<String> paths,
SubdocOptionsBuilder optionsBuilder) |
|
LookupInBuilder |
LookupInBuilder.exists(String... paths) |
|
LookupInBuilder |
LookupInBuilder.exists(String path,
SubdocOptionsBuilder optionsBuilder) |
|
LookupInBuilder |
LookupInBuilder.get() |
Get full JSON document
|
LookupInBuilder |
LookupInBuilder.get(Iterable<String> paths,
SubdocOptionsBuilder optionsBuilder) |
Get a value inside the JSON document.
|
LookupInBuilder |
LookupInBuilder.get(String... paths) |
Get a value inside the JSON document.
|
LookupInBuilder |
LookupInBuilder.get(String path,
SubdocOptionsBuilder optionsBuilder) |
Get a value inside the JSON document.
|
LookupInBuilder |
LookupInBuilder.getCount(Iterable<String> paths,
SubdocOptionsBuilder optionsBuilder) |
Get a count of values inside the JSON document.
|
LookupInBuilder |
LookupInBuilder.getCount(String... paths) |
Get a count of values inside the JSON document.
|
LookupInBuilder |
LookupInBuilder.getCount(String path,
SubdocOptionsBuilder optionsBuilder) |
Get a count of values inside the JSON document.
|
LookupInBuilder |
LookupInBuilder.includeRaw(boolean includeRaw) |
Set to true, includes the raw byte value for each GET in the results, in addition to the deserialized content.
|