Class CassandraValueDeserializer

java.lang.Object
kieker.common.record.io.AbstractValueDeserializer
kieker.extension.cassandra.CassandraValueDeserializer
All Implemented Interfaces:
IValueDeserializer

public class CassandraValueDeserializer extends AbstractValueDeserializer implements IValueDeserializer
Since:
1.16
Author:
Reiner Jung
  • Constructor Summary

    Constructors
    Constructor
    Description
    CassandraValueDeserializer(com.datastax.oss.driver.api.core.cql.Row row)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Retrieves a boolean value from the underlying data source.
    byte
    Retrieves a byte value from the underlying data source.
    char
    Retrieves a char value from the underlying data source.
    double
    Retrieves a double value from the underlying data source.
    <T extends Enum<T>>
    T
    Retrieves a Enumeration value from the underlying data source.
    float
    Retrieves a float value from the underlying data source.
    int
    Retrieves an int value from the underlying data source.
    long
    Retrieves a long value from the underlying data source.
    short
    Retrieves a short value from the underlying data source.
    Retrieves a String value from the underlying data source.

    Methods inherited from class kieker.common.record.io.AbstractValueDeserializer

    enumerationValueOf

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait