All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
String |
getBootstrapServers() |
List<Option> |
getOptions() |
String |
getPath(String subPath) |
SecurityProtocol |
getSecurityProtocol() |
SslEndpointIdentificationAlgorithm |
getSslEndpointIdentificationAlgorithm() |
String |
getSslKeyPassword() |
String |
getSslKeystoreLocation() |
String |
getSslKeystorePassword() |
String |
getSslTruststoreLocation() |
String |
getSslTruststorePassword() |
Object |
read(String query,
String dataFormat,
Map<String,String> options,
String path) |
Object |
readStream(String topic,
boolean topicPattern,
String messageFormat,
String schema,
Map<String,String> options,
boolean includeMetadata) |
void |
setBootstrapServers(String bootstrapServers) |
void |
setOptions(List<Option> options) |
void |
setSecurityProtocol(SecurityProtocol securityProtocol) |
void |
setSslEndpointIdentificationAlgorithm(SslEndpointIdentificationAlgorithm sslEndpointIdentificationAlgorithm) |
void |
setSslKeyPassword(String sslKeyPassword) |
void |
setSslKeystoreLocation(String sslKeystoreLocation) |
void |
setSslKeystorePassword(String sslKeystorePassword) |
void |
setSslTruststoreLocation(String sslTruststoreLocation) |
void |
setSslTruststorePassword(String sslTruststorePassword) |
Map<String,String> |
sparkOptions() |