Class EnsembleUtils


  • class EnsembleUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EnsembleUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.util.Set<java.lang.Integer> diffEnsemble​(java.util.List<org.apache.bookkeeper.net.BookieId> e1, java.util.List<org.apache.bookkeeper.net.BookieId> e2)  
      (package private) static java.util.List<org.apache.bookkeeper.net.BookieId> replaceBookiesInEnsemble​(BookieWatcher bookieWatcher, LedgerMetadata metadata, java.util.List<org.apache.bookkeeper.net.BookieId> oldEnsemble, java.util.Map<java.lang.Integer,​org.apache.bookkeeper.net.BookieId> failedBookies, java.lang.String logContext)  
      • Methods inherited from class java.lang.Object

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

      • EnsembleUtils

        EnsembleUtils()
    • Method Detail

      • diffEnsemble

        static java.util.Set<java.lang.Integer> diffEnsemble​(java.util.List<org.apache.bookkeeper.net.BookieId> e1,
                                                             java.util.List<org.apache.bookkeeper.net.BookieId> e2)