public static class FullQueryLogger.Batch extends BinLog.ReleaseableWriteMarshallable
Constructor and Description |
---|
Batch(BatchStatement.Type batchType,
java.util.List<java.lang.String> queries,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions queryOptions,
QueryState queryState,
long batchTimeMillis) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
type() |
int |
weight() |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
public Batch(BatchStatement.Type batchType, java.util.List<java.lang.String> queries, java.util.List<java.util.List<java.nio.ByteBuffer>> values, QueryOptions queryOptions, QueryState queryState, long batchTimeMillis)
protected java.lang.String type()
public void writeMarshallable(net.openhft.chronicle.wire.WireOut wire)
writeMarshallable
in interface net.openhft.chronicle.wire.WriteMarshallable
public int weight()
weight
in interface WeightedQueue.Weighable
Copyright © 2009-2019 The Apache Software Foundation