Class EntryCopierImpl.SinBin

  • Enclosing class:
    EntryCopierImpl

    static class EntryCopierImpl.SinBin
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SinBin​(com.google.common.base.Ticker ticker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean addFailed​(BookieId bookie)
      Returns true if this is the first error for this bookie.
      (package private) java.util.Set<BookieId> getErrorBookies()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SinBin

        SinBin​(com.google.common.base.Ticker ticker)
    • Method Detail

      • addFailed

        boolean addFailed​(BookieId bookie)
        Returns true if this is the first error for this bookie.
      • getErrorBookies

        java.util.Set<BookieId> getErrorBookies()