Class FullQueryLogger.Batch

    • Field Summary

      • Fields inherited from interface net.openhft.chronicle.wire.WriteMarshallable

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor 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)  
    • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.openhft.chronicle.bytes.CommonMarshallable

        usesSelfDescribingMessage
      • Methods inherited from interface net.openhft.chronicle.wire.WriteMarshallable

        binaryLengthLength, writeValue
    • Constructor Detail

      • Batch

        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)
    • Method Detail

      • writeMarshallablePayload

        public void writeMarshallablePayload​(net.openhft.chronicle.wire.WireOut wire)
      • weight

        public int weight()