Package org.apache.cassandra.fql
Class FullQueryLogger.Query
- java.lang.Object
-
- org.apache.cassandra.utils.binlog.BinLog.ReleaseableWriteMarshallable
-
- org.apache.cassandra.fql.FullQueryLogger.Query
-
- All Implemented Interfaces:
net.openhft.chronicle.bytes.CommonMarshallable
,net.openhft.chronicle.wire.WriteMarshallable
,net.openhft.chronicle.wire.WriteValue
,WeightedQueue.Weighable
- Enclosing class:
- FullQueryLogger
public static class FullQueryLogger.Query extends BinLog.ReleaseableWriteMarshallable
-
-
Constructor Summary
Constructors Constructor Description Query(java.lang.String query, QueryOptions queryOptions, QueryState queryState, long queryStartTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
type()
int
weight()
void
writeMarshallablePayload(net.openhft.chronicle.wire.WireOut wire)
-
Methods inherited from class org.apache.cassandra.utils.binlog.BinLog.ReleaseableWriteMarshallable
writeMarshallable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
Query
public Query(java.lang.String query, QueryOptions queryOptions, QueryState queryState, long queryStartTime)
-
-
Method Detail
-
type
protected java.lang.String type()
- Specified by:
type
in classBinLog.ReleaseableWriteMarshallable
-
writeMarshallablePayload
public void writeMarshallablePayload(net.openhft.chronicle.wire.WireOut wire)
-
weight
public int weight()
-
-