Class ThriftColumnGetter
- java.lang.Object
-
- com.palantir.atlasdb.keyvalue.cassandra.paging.ThriftColumnGetter
-
- All Implemented Interfaces:
ColumnGetter
public class ThriftColumnGetter extends Object implements ColumnGetter
-
-
Constructor Summary
Constructors Constructor Description ThriftColumnGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<ByteBuffer,List<org.apache.cassandra.thrift.ColumnOrSuperColumn>>
getColumnsByRow(List<org.apache.cassandra.thrift.KeySlice> firstPage)
-
-
-
Method Detail
-
getColumnsByRow
public Map<ByteBuffer,List<org.apache.cassandra.thrift.ColumnOrSuperColumn>> getColumnsByRow(List<org.apache.cassandra.thrift.KeySlice> firstPage)
- Specified by:
getColumnsByRow
in interfaceColumnGetter
-
-