com.netflix.astyanax.model
Interface ByteBufferRange

All Known Implementing Classes:
ByteBufferRangeImpl, CompositeRangeBuilder

public interface ByteBufferRange

Interface to get a raw byte buffer range. Subclasses of ByteBufferRange are usually builders that simplify their creation.

Author:
elandau

Method Summary
 ByteBuffer getEnd()
           
 int getLimit()
           
 ByteBuffer getStart()
           
 boolean isReversed()
           
 

Method Detail

getStart

ByteBuffer getStart()

getEnd

ByteBuffer getEnd()

isReversed

boolean isReversed()

getLimit

int getLimit()


Copyright © 2012. All Rights Reserved.