Uses of Class
org.apache.cassandra.db.virtual.SimpleDataSet
-
Packages that use SimpleDataSet Package Description org.apache.cassandra.db.virtual org.apache.cassandra.index.sai.disk org.apache.cassandra.index.sai.disk.v1 org.apache.cassandra.streaming -
-
Uses of SimpleDataSet in org.apache.cassandra.db.virtual
Methods in org.apache.cassandra.db.virtual that return SimpleDataSet Modifier and Type Method Description SimpleDataSet
SimpleDataSet. column(java.lang.String columnName, java.lang.Object value)
SimpleDataSet
SimpleDataSet. row(java.lang.Object... primaryKeyValues)
-
Uses of SimpleDataSet in org.apache.cassandra.index.sai.disk
Methods in org.apache.cassandra.index.sai.disk with parameters of type SimpleDataSet Modifier and Type Method Description abstract void
SSTableIndex. populateSegmentView(SimpleDataSet dataSet)
Populates a virtual table using the index metadata owned by the index -
Uses of SimpleDataSet in org.apache.cassandra.index.sai.disk.v1
Methods in org.apache.cassandra.index.sai.disk.v1 with parameters of type SimpleDataSet Modifier and Type Method Description void
V1SSTableIndex. populateSegmentView(SimpleDataSet dataset)
-
Uses of SimpleDataSet in org.apache.cassandra.streaming
Methods in org.apache.cassandra.streaming with parameters of type SimpleDataSet Modifier and Type Method Description void
StreamingState.Sessions. update(SimpleDataSet ds)
-