Uses of Class
org.voltdb.stream.api.volt.VoltProcedureConfigurator
-
Uses of VoltProcedureConfigurator in org.voltdb.stream.api
Modifier and TypeMethodDescriptionstatic <I,
O> VoltProcedureConfigurator <I, O> VoltFunctions.procedureCall
(String procedureName) -
Uses of VoltProcedureConfigurator in org.voltdb.stream.api.volt
Modifier and TypeMethodDescriptionstatic <I,
O> VoltProcedureConfigurator <I, O> VoltProcedureConfigurator.procedureCall
(String procedureName) VoltProcedureConfigurator.withExceptionHandler
(ExceptionHandler exceptionHandler) VoltProcedureConfigurator.withFlushInterval
(Duration interval) VoltProcedureConfigurator.withHostAndPort
(String hostProperty, String portProperty) VoltProcedureConfigurator.withHostAndStandardPort
(String hostProperty) VoltProcedureConfigurator.withMaxBatchSize
(int size) VoltProcedureConfigurator.withProcedureName
(String procedureName) VoltProcedureConfigurator.withRetry
(int retries) VoltProcedureConfigurator.withSchemaRegistryUrl
(String schemaRegistryUrl) VoltProcedureConfigurator.withTopicsAndPort
(String hostProperty, String portProperty)