public static interface RogLogQueryEngine.RogLogField<T> extends IdxField<RogLog.Entry,T>
IdxField
for a RogLogQueryEngine
IdxField.KeyMapping<T>
Modifier and Type | Method and Description |
---|---|
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.
|
Set<Class<?>> |
getPayloadTypes() |
void |
registerPayloadType(Class<?> type) |
average, between, convertToFieldType, count, equal, getCost, getFieldPath, getFieldType, getIndexKeyType, getKeyMapping, getName, getRecordType, getTypePredicate, greaterThan, greaterThanOrEqual, in, in, is, isNotNull, isNull, isQualified, lessThan, lessThanOrEqual, like, max, min, regexLike, setKeyMapping, sumDouble, sumLong, validateIndexable
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 namegetCanonicalName
in interface IdxField<RogLog.Entry,T>
void registerPayloadType(Class<?> type)
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.