public interface

ByteBufferRange

com.netflix.astyanax.model.ByteBufferRange
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract ByteBuffer getEnd()
abstract int getLimit()
abstract ByteBuffer getStart()
abstract boolean isReversed()

Public Methods

public abstract ByteBuffer getEnd ()

public abstract int getLimit ()

public abstract ByteBuffer getStart ()

public abstract boolean isReversed ()