public interface PropertyIndexStatsMBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE |
Modifier and Type | Method and Description |
---|---|
javax.management.openmbean.TabularData |
getStatsForAllIndexes(java.lang.String path,
int maxValueCount,
int maxDepth,
int maxPathCount) |
javax.management.openmbean.CompositeData |
getStatsForSpecificIndex(java.lang.String path,
int maxValueCount,
int maxDepth,
int maxPathCount) |
static final java.lang.String TYPE
@Description(value="Determines statistics related to specific property index which can be used to optimize property index definition. Various limits below are provided to ensure that estimation logic does not consume too much resources. If any limits are reached then report would not be considered conclusive and would not have paths set determined") javax.management.openmbean.CompositeData getStatsForSpecificIndex(@Name(value="indexPath") @Description(value="Index path for which stats are to be determined") java.lang.String path, @Name(value="maxValueCount") @Description(value="Maximum number of values to examine. E.g. 100. Stats calculation would break out after this limit") int maxValueCount, @Description(value="Maximum depth to examine. E.g. 5. Stats calculation would break out after this limit") @Name(value="maxDepth") int maxDepth, @Description(value="Maximum number of unique paths to examine. E.g. 100. Stats calculation would break out after this limit") @Name(value="maxPathCount") int maxPathCount) throws javax.management.openmbean.OpenDataException
javax.management.openmbean.OpenDataException
@Description(value="Determines statistics related to property index for all property index under given path. Various limits below are provided to ensure that estimation logic does not consume too much resources. If any limits are reached then report would not be considered conclusive and would not have paths set determined") javax.management.openmbean.TabularData getStatsForAllIndexes(@Name(value="path") @Description(value="Path under which all indexes are to be examined like \'/\'. Path should not include oak:index") java.lang.String path, @Name(value="maxValueCount") @Description(value="Maximum number of values to examine. E.g. 100. Stats calculation would break out after this limit") int maxValueCount, @Description(value="Maximum depth to examine. E.g. 5. Stats calculation would break out after this limit") @Name(value="maxDepth") int maxDepth, @Description(value="Maximum number of unique paths to examine. E.g. 100. Stats calculation would break out after this limit") @Name(value="maxPathCount") int maxPathCount) throws javax.management.openmbean.OpenDataException
javax.management.openmbean.OpenDataException
"Copyright © 2010 - 2019 Adobe Systems Incorporated. All Rights Reserved"