| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static HdfsEndpointBuilderFactory.WritableType |
HdfsEndpointBuilderFactory.WritableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsEndpointBuilderFactory.WritableType[] |
HdfsEndpointBuilderFactory.WritableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.keyType(HdfsEndpointBuilderFactory.WritableType keyType)
The type for the key in case of sequence or map files.
|
default HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder |
HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder.keyType(HdfsEndpointBuilderFactory.WritableType keyType)
The type for the key in case of sequence or map files.
|
default HdfsEndpointBuilderFactory.HdfsEndpointBuilder |
HdfsEndpointBuilderFactory.HdfsEndpointBuilder.keyType(HdfsEndpointBuilderFactory.WritableType keyType)
The type for the key in case of sequence or map files.
|
default HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder |
HdfsEndpointBuilderFactory.HdfsEndpointConsumerBuilder.valueType(HdfsEndpointBuilderFactory.WritableType valueType)
The type for the key in case of sequence or map files.
|
default HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder |
HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder.valueType(HdfsEndpointBuilderFactory.WritableType valueType)
The type for the key in case of sequence or map files.
|
default HdfsEndpointBuilderFactory.HdfsEndpointBuilder |
HdfsEndpointBuilderFactory.HdfsEndpointBuilder.valueType(HdfsEndpointBuilderFactory.WritableType valueType)
The type for the key in case of sequence or map files.
|
Apache Camel