| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static HdfsEndpointBuilderFactory.HdfsFileType |
HdfsEndpointBuilderFactory.HdfsFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsEndpointBuilderFactory.HdfsFileType[] |
HdfsEndpointBuilderFactory.HdfsFileType.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.fileType(HdfsEndpointBuilderFactory.HdfsFileType fileType)
The file type to use.
|
default HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder |
HdfsEndpointBuilderFactory.HdfsEndpointProducerBuilder.fileType(HdfsEndpointBuilderFactory.HdfsFileType fileType)
The file type to use.
|
default HdfsEndpointBuilderFactory.HdfsEndpointBuilder |
HdfsEndpointBuilderFactory.HdfsEndpointBuilder.fileType(HdfsEndpointBuilderFactory.HdfsFileType fileType)
The file type to use.
|
Apache Camel