| Package | Description |
|---|---|
| com.mapr.db | |
| com.mapr.db.impl |
This package is not part of MapR-DB public APIs
|
| Modifier and Type | Method and Description |
|---|---|
static Condition.Op |
Condition.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.Op[] |
Condition.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
BigDecimal value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified BigDecimal value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
boolean value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified boolean value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
byte value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified byte value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
ByteBuffer value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified ByteBuffer value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
Date value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified Date value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
double value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified double value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
float value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified float value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
int value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified int value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
org.ojai.types.Interval value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified Interval value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
long value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified long value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
short value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified short value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
String value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified String value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
Time value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified Time value. |
Condition |
Condition.is(org.ojai.FieldPath path,
Condition.Op op,
Timestamp value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified Timestamp value. |
Condition |
Condition.is(String path,
Condition.Op op,
BigDecimal value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified BigDecimal value. |
Condition |
Condition.is(String path,
Condition.Op op,
boolean value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified boolean value. |
Condition |
Condition.is(String path,
Condition.Op op,
byte value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified byte value. |
Condition |
Condition.is(String path,
Condition.Op op,
ByteBuffer value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified ByteBuffer value. |
Condition |
Condition.is(String path,
Condition.Op op,
Date value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified Date value. |
Condition |
Condition.is(String path,
Condition.Op op,
double value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified double value. |
Condition |
Condition.is(String path,
Condition.Op op,
float value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified float value. |
Condition |
Condition.is(String path,
Condition.Op op,
int value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified int value. |
Condition |
Condition.is(String path,
Condition.Op op,
org.ojai.types.Interval value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified Interval value. |
Condition |
Condition.is(String path,
Condition.Op op,
long value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified long value. |
Condition |
Condition.is(String path,
Condition.Op op,
short value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified short value. |
Condition |
Condition.is(String path,
Condition.Op op,
String value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified String value. |
Condition |
Condition.is(String path,
Condition.Op op,
Time value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified Time value. |
Condition |
Condition.is(String path,
Condition.Op op,
Timestamp value)
Adds a condition that tests if the
Value at the specified
FieldPath satisfies the given Condition.Op against
the specified Timestamp value. |
| Modifier and Type | Method and Description |
|---|---|
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
BigDecimal value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
boolean value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
byte value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
ByteBuffer value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
Date value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
double value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
float value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
int value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
org.ojai.types.Interval value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
long value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
short value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
String value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
Time value) |
ConditionImpl |
ConditionImpl.is(org.ojai.FieldPath path,
Condition.Op op,
Timestamp value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
BigDecimal value) |
Condition |
ConditionImpl.is(String path,
Condition.Op op,
boolean value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
byte value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
ByteBuffer value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
Date value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
double value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
float value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
int value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
org.ojai.types.Interval value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
long value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
short value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
String value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
Time value) |
ConditionImpl |
ConditionImpl.is(String path,
Condition.Op op,
Timestamp value) |
Copyright © 2015 Mapr Technologies, Inc.. All rights reserved.