Class ManagerFactory


  • public class ManagerFactory
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  ManagerFactory.Builder
      interface for Builders of Managers
    • Constructor Summary

      Constructors 
      Constructor Description
      ManagerFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Manager _from_​(IndexRef ref)
      utility method that doesnt conflict with a Python reserved keyword
      static Manager from​(IndexRef ref)
      Load a manager suitable to retrieve from the specified index reference
      • Methods inherited from class java.lang.Object

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

      • ManagerFactory

        public ManagerFactory()
    • Method Detail

      • _from_

        public static Manager _from_​(IndexRef ref)
        utility method that doesnt conflict with a Python reserved keyword
      • from

        public static Manager from​(IndexRef ref)
        Load a manager suitable to retrieve from the specified index reference