Uses of Interface
org.elasticsearch.common.util.ByteArray
-
Packages that use ByteArray Package Description org.elasticsearch.common.bytes org.elasticsearch.common.io.stream org.elasticsearch.common.util -
-
Uses of ByteArray in org.elasticsearch.common.bytes
Constructors in org.elasticsearch.common.bytes with parameters of type ByteArray Constructor Description PagedBytesReference(ByteArray byteArray, int length)ReleasablePagedBytesReference(ByteArray byteArray, int length, Releasable releasable) -
Uses of ByteArray in org.elasticsearch.common.io.stream
Fields in org.elasticsearch.common.io.stream declared as ByteArray Modifier and Type Field Description protected ByteArrayBytesStreamOutput. bytes -
Uses of ByteArray in org.elasticsearch.common.util
Methods in org.elasticsearch.common.util that return ByteArray Modifier and Type Method Description ByteArrayBigArrays. grow(ByteArray array, long minSize)Grow an array to a size that is larger thanminSize, preserving content, and potentially reusing part of the provided array.ByteArrayBigArrays. newByteArray(long size)Allocate a newByteArrayinitialized with zeros.ByteArrayBigArrays. newByteArray(long size, boolean clearOnResize)Allocate a newByteArray.ByteArrayBigArrays. resize(ByteArray array, long size)Resize the array to the exact provided size.Methods in org.elasticsearch.common.util with parameters of type ByteArray Modifier and Type Method Description booleanBigArrays. equals(ByteArray array, ByteArray other)ByteArrayBigArrays. grow(ByteArray array, long minSize)Grow an array to a size that is larger thanminSize, preserving content, and potentially reusing part of the provided array.intBigArrays. hashCode(ByteArray array)ByteArrayBigArrays. resize(ByteArray array, long size)Resize the array to the exact provided size.
-