Class GetIndexesResult
java.lang.Object
oracle.nosql.driver.ops.Result
oracle.nosql.driver.ops.GetIndexesResult
Represents the result of a
NoSQLHandle.getIndexes(GetIndexesRequest) operation.
On a successful operation the index information is returned in an
array of GetIndexesResult.IndexInfo
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classIndexInfo represents the information about a single index including its name and field names. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the array of index information returned by the operation.toString()Methods inherited from class Result
getRateLimitDelayedMs, getRetryStats
-
Constructor Details
-
GetIndexesResult
public GetIndexesResult()
-
-
Method Details
-
getIndexes
Returns the array of index information returned by the operation.- Returns:
- the indexes information
-
toString
-