public static class FieldIndexerWithStats.Stats extends Object implements FieldIndexerStats
| Modifier and Type | Method and Description |
|---|---|
String |
documentFieldId() |
Long |
getCustomFieldID() |
String |
getCustomFieldTypeClassName() |
Boolean |
getDeclaresNonNullValueProvider() |
Boolean |
getDeclaresNullHandling() |
String |
getIndexerClassName() |
String |
id() |
boolean |
isKnown() |
LongStats |
snapshotTimeToAddIndexMicros() |
LongStats |
snapshotTimeToIsFieldVisibleAndInScopeMicros() |
LongStats |
totalTimeToAddIndexMicros() |
LongStats |
totalTimeToIsFieldVisibleAndInScopeMicros() |
public boolean isKnown()
isKnown in interface FieldIndexerStatspublic String id()
id in interface FieldIndexerStatspublic String documentFieldId()
documentFieldId in interface FieldIndexerStatspublic LongStats totalTimeToAddIndexMicros()
totalTimeToAddIndexMicros in interface FieldIndexerStatspublic LongStats snapshotTimeToAddIndexMicros()
snapshotTimeToAddIndexMicros in interface FieldIndexerStatspublic LongStats totalTimeToIsFieldVisibleAndInScopeMicros()
totalTimeToIsFieldVisibleAndInScopeMicros in interface FieldIndexerStatspublic LongStats snapshotTimeToIsFieldVisibleAndInScopeMicros()
snapshotTimeToIsFieldVisibleAndInScopeMicros in interface FieldIndexerStatspublic String getIndexerClassName()
getIndexerClassName in interface FieldIndexerStatspublic Boolean getDeclaresNullHandling()
getDeclaresNullHandling in interface FieldIndexerStatspublic String getCustomFieldTypeClassName()
getCustomFieldTypeClassName in interface FieldIndexerStatspublic Long getCustomFieldID()
getCustomFieldID in interface FieldIndexerStatspublic Boolean getDeclaresNonNullValueProvider()
getDeclaresNonNullValueProvider in interface FieldIndexerStatsCopyright © 2002-2020 Atlassian. All Rights Reserved.