Package org.opensearch.core.common.util
Interface BigArray
- All Superinterfaces:
org.apache.lucene.util.Accountable,AutoCloseable,Closeable,org.opensearch.common.lease.Releasable
- All Known Subinterfaces:
ByteArray
public interface BigArray
extends org.opensearch.common.lease.Releasable, org.apache.lucene.util.Accountable
Base abstraction of an array.
- Opensearch.internal:
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Method Summary
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsedMethods inherited from interface org.opensearch.common.lease.Releasable
close
-
Method Details
-
size
long size()Return the length of this array.
-