public class

KeySlice

extends Object
java.lang.Object
   ↳ com.netflix.astyanax.model.KeySlice<K>

Class Overview

Definition of a set of keys. The set can be either a fixed set of keys, a range of keys or a range of tokens.

Summary

Public Constructors
KeySlice(Collection<K> keys)
KeySlice(K startKey, K endKey, String startToken, String endToken, int size)
Public Methods
K getEndKey()
String getEndToken()
Collection<K> getKeys()
int getLimit()
K getStartKey()
String getStartToken()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public KeySlice (Collection<K> keys)

public KeySlice (K startKey, K endKey, String startToken, String endToken, int size)

Public Methods

public K getEndKey ()

public String getEndToken ()

public Collection<K> getKeys ()

public int getLimit ()

public K getStartKey ()

public String getStartToken ()