_tableToNamespace.put("MEMBER2.TEST3", "com.linkedin.events.member2.test.test");
_tableToSourceId = new HashMap<String, Integer>();
_tableToSourceId.put("MEMBER2.TEST", 401);
_tableToSourceId.put("MEMBER2.TEST2", 402);
_tableToSourceId.put("MEMBER2.TEST3", 403);
ReplicationBitSetterConfig _config = new ReplicationBitSetterConfig();
_config.setFieldName("test");
_config.setSourceType("NONE");
_staticReplicationConfig = _config.build();
}