Class AbstractPaxosCallback<T>

    • Field Detail

      • latch

        protected final java.util.concurrent.CountDownLatch latch
      • targets

        protected final int targets
    • Constructor Detail

      • AbstractPaxosCallback

        public AbstractPaxosCallback​(int targets,
                                     ConsistencyLevel consistency,
                                     long queryStartNanoTime)