public static class DbInfo.PartitionedIndexes
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DbInfo.PartitionedIndexes.Indexes
Encapsulates index properties.
|
| Constructor and Description |
|---|
PartitionedIndexes() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Get a total count of the partitioned indexes.
|
DbInfo.PartitionedIndexes.Indexes |
getIndexes()
Get the
DbInfo.PartitionedIndexes.Indexes object
for this database. |
long |
getLimit()
Get the partitioned index limit.
|
public long getCount()
public long getLimit()
public DbInfo.PartitionedIndexes.Indexes getIndexes()
DbInfo.PartitionedIndexes.Indexes object
for this database.DbInfo.PartitionedIndexes.Indexes
object, containing the count breakdown of partitioned indexes.