Class DirectExchangeClientStatus

    • Constructor Detail

      • DirectExchangeClientStatus

        public DirectExchangeClientStatus​(long bufferedBytes,
                                          long maxBufferedBytes,
                                          long averageBytesPerRequest,
                                          long successFullRequestsCount,
                                          int bufferedPages,
                                          boolean noMoreLocations,
                                          List<PageBufferClientStatus> pageBufferClientStatuses)
    • Method Detail

      • getBufferedBytes

        public long getBufferedBytes()
      • getMaxBufferedBytes

        public long getMaxBufferedBytes()
      • getAverageBytesPerRequest

        public long getAverageBytesPerRequest()
      • getSuccessfulRequestsCount

        public long getSuccessfulRequestsCount()
      • getBufferedPages

        public int getBufferedPages()
      • isNoMoreLocations

        public boolean isNoMoreLocations()
      • isFinal

        public boolean isFinal()
        Specified by:
        isFinal in interface OperatorInfo
        Returns:
        true if this OperatorInfo should be collected and sent to the coordinator when the task completes (i.e. it will not be stripped away during summarization).