Uses of Class
org.elasticsearch.common.bytes.BytesArray

Packages that use BytesArray
org.elasticsearch.common.bytes   
 

Uses of BytesArray in org.elasticsearch.common.bytes
 

Fields in org.elasticsearch.common.bytes declared as BytesArray
static BytesArray BytesArray.EMPTY
           
 

Methods in org.elasticsearch.common.bytes that return BytesArray
 BytesArray ByteBufferBytesReference.copyBytesArray()
           
 BytesArray ChannelBufferBytesReference.copyBytesArray()
           
 BytesArray BytesArray.copyBytesArray()
           
 BytesArray BytesReference.copyBytesArray()
          Returns the bytes copied over as a byte array.
 BytesArray HashedBytesArray.copyBytesArray()
           
 BytesArray ByteBufferBytesReference.toBytesArray()
           
 BytesArray ChannelBufferBytesReference.toBytesArray()
           
 BytesArray BytesArray.toBytesArray()
           
 BytesArray BytesReference.toBytesArray()
          Returns the bytes as a byte array, possibly sharing the underlying byte buffer.
 BytesArray HashedBytesArray.toBytesArray()
           
 

Methods in org.elasticsearch.common.bytes with parameters of type BytesArray
 boolean BytesArray.bytesEquals(BytesArray other)
           
 



Copyright © 2009-2012. All Rights Reserved.