public enum SDOCounters extends java.lang.Enum<SDOCounters>
Enum Constant and Description |
---|
HIERARCHY_DATA_LOAD_TIME
Time spent loading data from hierarchical catalogs
|
MVS_CALLS
Number of calls to MVSuggest.
|
MVS_RECORDS
Number of records sent to MVSuggest.
|
MVS_SUCCESSFUL_RECORDS
Number of records which received a suggested location from MVSuggest.
|
MVS_TIME
Time spent calling to MVSuggest
|
NOT_PROCESSED_RECORDS
Record which could not be processed.
|
PROCESSED_RECORDS
Number of records that could be processed.
|
SPATIAL_FAILED_OPERATIONS
Number of spatial operations that could not be completed due to a fail
|
SPATIAL_INDEX_SEARCH_TIME
The total time spent searching using a spatial index
|
SPATIAL_INDEX_SEARCHES
The number of spatial searches using a spatial index
|
SPATIAL_INDEXING_TIME
Total time spent indexing spatial data
|
SPATIAL_OPERATIONS
Number of spatial operations performed.
|
SPATIAL_OPERATIONS_TIME
The total time spent performing spatial operations.
|
SPATIAL_RECORDS
Records with spatial information
|
SPATIAL_SUCCESSFUL_OPERATIONS
Number of spatial operations that were successful.
|
SPATIALLY_INDEXED_RECORDS
Records that could be spatially indexed
|
Modifier and Type | Method and Description |
---|---|
static SDOCounters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SDOCounters[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final SDOCounters HIERARCHY_DATA_LOAD_TIME
public static final SDOCounters MVS_CALLS
public static final SDOCounters MVS_RECORDS
public static final SDOCounters MVS_SUCCESSFUL_RECORDS
public static final SDOCounters MVS_TIME
public static final SDOCounters NOT_PROCESSED_RECORDS
public static final SDOCounters PROCESSED_RECORDS
public static final SDOCounters SPATIAL_FAILED_OPERATIONS
public static final SDOCounters SPATIAL_INDEX_SEARCH_TIME
public static final SDOCounters SPATIAL_INDEX_SEARCHES
public static final SDOCounters SPATIAL_INDEXING_TIME
public static final SDOCounters SPATIAL_OPERATIONS
SpatialOperation
or any single-parameter operation such as buffer.public static final SDOCounters SPATIAL_OPERATIONS_TIME
public static final SDOCounters SPATIAL_RECORDS
public static final SDOCounters SPATIAL_SUCCESSFUL_OPERATIONS
public static final SDOCounters SPATIALLY_INDEXED_RECORDS
public static SDOCounters valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static SDOCounters[] values()
for (SDOCounters c : SDOCounters.values()) System.out.println(c);
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.