com.netflix.astyanax.model
Class KeySlice<K>
java.lang.Object
com.netflix.astyanax.model.KeySlice<K>
- Type Parameters:
K
-
public class KeySlice<K>
- extends Object
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.
- Author:
- elandau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeySlice
public KeySlice(Collection<K> keys)
KeySlice
public KeySlice(K startKey,
K endKey,
String startToken,
String endToken,
int size)
getKeys
public Collection<K> getKeys()
getStartKey
public K getStartKey()
getEndKey
public K getEndKey()
getStartToken
public String getStartToken()
getEndToken
public String getEndToken()
getLimit
public int getLimit()
Copyright © 2012. All Rights Reserved.