public static interface GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder |
basic() |
default GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder |
hadoopConfiguration(Object hadoopConfiguration)
Hadoop Configuration.
|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder |
hadoopConfiguration(String hadoopConfiguration)
Hadoop Configuration.
|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder basic()
default GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder hadoopConfiguration(Object hadoopConfiguration)
hadoopConfiguration - the value to setdefault GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder hadoopConfiguration(String hadoopConfiguration)
hadoopConfiguration - the value to setdefault GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel