Package | Description |
---|---|
org.ojai | |
org.ojai.base | |
org.ojai.store | |
org.ojai.store.cdc | |
org.ojai.util |
Modifier and Type | Method and Description |
---|---|
OInterval |
Value.getInterval()
Returns the value as a
OInterval object. |
OInterval |
DocumentReader.getInterval() |
OInterval |
Document.getInterval(FieldPath fieldPath)
Returns the value at the specified fieldPath as an
OInterval
object or null if the specified FieldPath does not
exist in the document. |
OInterval |
Document.getInterval(String fieldPath)
Returns the value at the specified fieldPath as an
OInterval
object or null if the specified FieldPath does not
exist in the document. |
Modifier and Type | Method and Description |
---|---|
DocumentBuilder |
DocumentBuilder.add(OInterval value) |
DocumentBuilder |
DocumentBuilder.put(String field,
OInterval value) |
Document |
Document.set(FieldPath fieldPath,
OInterval value)
Sets the value of the specified fieldPath in this Document to the
specified Interval.
|
Document |
Document.set(String fieldPath,
OInterval value)
Sets the value of the specified fieldPath in this Document to the
specified Interval.
|
Modifier and Type | Method and Description |
---|---|
OInterval |
DocumentBase.getInterval(String fieldPath) |
Modifier and Type | Method and Description |
---|---|
Document |
DocumentBase.set(String fieldPath,
OInterval value) |
Modifier and Type | Method and Description |
---|---|
QueryCondition |
QueryCondition.is(FieldPath path,
QueryCondition.Op op,
OInterval value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given QueryCondition.Op against
the specified Interval value. |
QueryCondition |
QueryCondition.is(String path,
QueryCondition.Op op,
OInterval value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given QueryCondition.Op against
the specified Interval value. |
Value |
ValueBuilder.newValue(OInterval value)
|
DocumentMutation |
DocumentMutation.set(FieldPath path,
OInterval intv)
Sets the field at the given FieldPath to the specified
Interval value. |
DocumentMutation |
DocumentMutation.set(String path,
OInterval intv)
Sets the field at the given FieldPath to the specified
Interval value. |
DocumentMutation |
DocumentMutation.setOrReplace(FieldPath path,
OInterval intv)
Sets or replaces the field at the given FieldPath to the specified
Interval . |
DocumentMutation |
DocumentMutation.setOrReplace(String path,
OInterval intv)
Sets or replaces the field at the given FieldPath to the specified
Interval . |
Modifier and Type | Method and Description |
---|---|
OInterval |
ChangeNode.getInterval()
Returns the value as an
OInterval object. |
OInterval |
ChangeDataReader.getInterval() |
Modifier and Type | Method and Description |
---|---|
OInterval |
DocumentReaderWithProjection.getInterval() |
static OInterval |
Documents.getInterval(Document document,
FieldPath fieldPath,
OInterval defaultValue)
Returns the value at the specified fieldPath as a
OInterval or the
specified defaultValue if the specified FieldPath does not
exist in the document. |
static OInterval |
Documents.getInterval(Document document,
String fieldPath,
OInterval defaultValue)
Returns the value at the specified fieldPath as a
OInterval or the
specified defaultValue if the specified FieldPath does not
exist in the document. |
Modifier and Type | Method and Description |
---|---|
static OInterval |
Documents.getInterval(Document document,
FieldPath fieldPath,
OInterval defaultValue)
Returns the value at the specified fieldPath as a
OInterval or the
specified defaultValue if the specified FieldPath does not
exist in the document. |
static OInterval |
Documents.getInterval(Document document,
String fieldPath,
OInterval defaultValue)
Returns the value at the specified fieldPath as a
OInterval or the
specified defaultValue if the specified FieldPath does not
exist in the document. |
Copyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.