Class TableInputFormatBase.TopologyLocatorWrapper

  • Enclosing class:
    TableInputFormatBase<K,​V>

    public static class TableInputFormatBase.TopologyLocatorWrapper
    extends java.lang.Object
    Special class that wraps the static get method of the TopologyLocator utility. Since static methods are difficult to mock, this class is provided as a convenience; to allow tests to mock the behavior of the static methods of the TopologyLocator class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      oracle.kv.impl.topo.Topology get​(java.lang.String[] registryHostPorts, int maxRNs, oracle.kv.impl.security.login.LoginManager loginMgr, java.lang.String expectedStoreName, oracle.kv.impl.api.ClientId clientId)  
      • Methods inherited from class java.lang.Object

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

      • TopologyLocatorWrapper

        public TopologyLocatorWrapper()
    • Method Detail

      • get

        public oracle.kv.impl.topo.Topology get​(java.lang.String[] registryHostPorts,
                                                int maxRNs,
                                                oracle.kv.impl.security.login.LoginManager loginMgr,
                                                java.lang.String expectedStoreName,
                                                oracle.kv.impl.api.ClientId clientId)
                                         throws KVStoreException
        Throws:
        KVStoreException