|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RogLogQueryEngine.RogLogField<T>
Defines an IdxField
for a RogLogQueryEngine
Method Summary | |
---|---|
String |
getCanonicalName()
A RogLogQueryEngine.RogLogField 's canonical name is computed as follows:
Entry field
For a field directly on the RogLog.Entry itself, the canonical field name
is simply "entry. |
Class<?> |
getObjectType()
Gets the type of the object in the entry. |
Methods inherited from interface com.neeve.query.index.IdxField |
---|
average, between, convertToFieldType, count, equal, getFieldPath, getFieldType, getName, getRecordType, getTypePredicates, greaterThan, greaterThanOrEqual, in, in, is, isNotNull, isNull, isQualified, lessThan, lessThanOrEqual, like, max, min, regexLike, sumDouble, sumLong |
Methods inherited from interface com.google.common.base.Function |
---|
apply, equals |
Method Detail |
---|
Class<?> getObjectType()
String getCanonicalName()
RogLogQueryEngine.RogLogField
's canonical name is computed as follows:
RogLog.Entry
itself, the canonical field name
is simply "entry.RogLog.Entry
's object the field name is calculated
as Class.getCanonicalName()
after the package name
getCanonicalName
in interface com.neeve.query.index.IdxField<RogLog.Entry,T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |