Class FullQueryLogger.Query

    • Field Summary

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

        EMPTY
    • 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 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

      • Query

        public Query​(java.lang.String query,
                     QueryOptions queryOptions,
                     QueryState queryState,
                     long queryStartTime)
    • Method Detail

      • writeMarshallablePayload

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

        public int weight()