Package com.linkedin.databus.client.DatabusHttpClientImpl

Examples of com.linkedin.databus.client.DatabusHttpClientImpl.CheckpointPersistenceStaticConfigBuilder.build()


      ConfigLoader<CheckpointPersistenceStaticConfig> configLoader =
          new ConfigLoader<DatabusHttpClientImpl.CheckpointPersistenceStaticConfig>(
              _propPrefix,
              cp3ConfBuilder);
      configLoader.loadConfig(_cp3Props);
      CheckpointPersistenceStaticConfig cp3Conf = cp3ConfBuilder.build();
      if (cp3Conf.getType() != CheckpointPersistenceStaticConfig.ProviderType.FILE_SYSTEM)
      {
        throw new RuntimeException("don't know what to do with cp3 type:" + cp3Conf.getType());
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.