@Experimental public class ArrayFullInfo extends ArrayInfo
ARINFO key FULL. It extends
ArrayInfo with the additional per-slice aggregate fields reported only when the
FULL flag is present. The underlying Map accessible via ArrayInfo.getArrayInfo()
contains every field returned by the server.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AVG_DENSE_FILL |
static java.lang.String |
AVG_DENSE_SIZE |
static java.lang.String |
AVG_SPARSE_SIZE |
static java.lang.String |
DENSE_SLICES |
static java.lang.String |
SPARSE_SLICES |
COUNT, DIRECTORY_SIZE, LEN, NEXT_INSERT_INDEX, SLICE_SIZE, SLICES, SUPER_DIR_ENTRIES| Constructor and Description |
|---|
ArrayFullInfo(java.util.Map<java.lang.String,java.lang.Object> map) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAvgDenseFill() |
java.lang.Double |
getAvgDenseSize() |
java.lang.Double |
getAvgSparseSize() |
java.lang.Long |
getDenseSlices() |
java.lang.Long |
getSparseSlices() |
getArrayInfo, getCount, getDirectorySize, getLength, getNext, getSlices, getSliceSize, getSuperDirEntriespublic static final java.lang.String DENSE_SLICES
public static final java.lang.String SPARSE_SLICES
public static final java.lang.String AVG_DENSE_SIZE
public static final java.lang.String AVG_DENSE_FILL
public static final java.lang.String AVG_SPARSE_SIZE
public ArrayFullInfo(java.util.Map<java.lang.String,java.lang.Object> map)
map - contains key-value pairs with array info (including the additional aggregate fields
reported by ARINFO key FULL)public java.lang.Long getDenseSlices()
null if not reportedpublic java.lang.Long getSparseSlices()
null if not reportedpublic java.lang.Double getAvgDenseSize()
null if not reportedpublic java.lang.Double getAvgDenseFill()
null if not reportedpublic java.lang.Double getAvgSparseSize()
null if not reportedCopyright © 2026. All rights reserved.