@Experimental public class ArrayInfo extends java.lang.Object implements java.io.Serializable
ARINFO command. Known fields
can be accessed via getters; getArrayInfo() returns the underlying Map so that
callers can read fields that are not yet promoted to typed getters or that the server may add in
the future.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT |
static java.lang.String |
DIRECTORY_SIZE |
static java.lang.String |
LEN |
static java.lang.String |
NEXT_INSERT_INDEX |
static java.lang.String |
SLICE_SIZE |
static java.lang.String |
SLICES |
static java.lang.String |
SUPER_DIR_ENTRIES |
| Constructor and Description |
|---|
ArrayInfo(java.util.Map<java.lang.String,java.lang.Object> map) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getArrayInfo() |
java.lang.Long |
getCount() |
java.lang.Long |
getDirectorySize() |
java.lang.Long |
getLength() |
java.lang.Long |
getNext() |
java.lang.Long |
getSlices() |
java.lang.Long |
getSliceSize() |
java.lang.Long |
getSuperDirEntries() |
public static final java.lang.String COUNT
public static final java.lang.String LEN
public static final java.lang.String NEXT_INSERT_INDEX
public static final java.lang.String SLICES
public static final java.lang.String DIRECTORY_SIZE
public static final java.lang.String SUPER_DIR_ENTRIES
public static final java.lang.String SLICE_SIZE
public ArrayInfo(java.util.Map<java.lang.String,java.lang.Object> map)
map - contains key-value pairs with array infopublic java.lang.Long getCount()
null if not reportedpublic java.lang.Long getLength()
null if not reportedpublic java.lang.Long getNext()
ARINSERT would use, or null if not reportedpublic java.lang.Long getSlices()
null if not reportedpublic java.lang.Long getDirectorySize()
null if not reportedpublic java.lang.Long getSuperDirEntries()
null if not reportedpublic java.lang.Long getSliceSize()
null if not reportedpublic java.util.Map<java.lang.String,java.lang.Object> getArrayInfo()
Copyright © 2026. All rights reserved.