Examples of OracleAvroGenericEventFactory


Examples of com.linkedin.databus2.producers.db.OracleAvroGenericEventFactory

  protected OracleAvroGenericEventFactory createEventFactory( String eventViewSchema, String eventView,
                                                          LogicalSourceStaticConfig sourceConfig, PhysicalSourceStaticConfig pConfig,
                                      String eventSchema, PartitionFunction partitionFunction)
      throws EventCreationException, UnsupportedKeyException
  {
    return new OracleAvroGenericEventFactory(sourceConfig.getId(), (short)pConfig.getId(),
              eventSchema, partitionFunction,pConfig.getReplBitSetter());
  }
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.