Uses of Class
org.voltdb.stream.api.volt.VoltProcedureConfigurator
Packages that use VoltProcedureConfigurator
-
Uses of VoltProcedureConfigurator in org.voltdb.stream.api
Methods in org.voltdb.stream.api that return VoltProcedureConfiguratorModifier and TypeMethodDescriptionstatic <I,
O> VoltProcedureConfigurator <I, O> VoltFunctions.procedureCall
(String procedureName) -
Uses of VoltProcedureConfigurator in org.voltdb.stream.api.volt
Methods in org.voltdb.stream.api.volt that return VoltProcedureConfiguratorModifier 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)