Package org.voltdb.stream.api.volt
Class ProcedureVoltStreamSinkConfigurator
java.lang.Object
org.voltdb.stream.api.volt.AbstractVoltStreamSinkConfigurator<Object[],ProcedureVoltStreamSinkConfigurator>
org.voltdb.stream.api.volt.ProcedureVoltStreamSinkConfigurator
- All Implemented Interfaces:
OperatorConfigurator
,VoltStreamSinkConfigurator<Object[]>
public class ProcedureVoltStreamSinkConfigurator
extends AbstractVoltStreamSinkConfigurator<Object[],ProcedureVoltStreamSinkConfigurator>
-
Field Summary
Fields inherited from class org.voltdb.stream.api.volt.AbstractVoltStreamSinkConfigurator
DEFAULT_HOST, VOLTDB_CLIENT_PORT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaSink()
int
withProcedureName
(String procedureName) withRetry
(int retries) Methods inherited from class org.voltdb.stream.api.volt.AbstractVoltStreamSinkConfigurator
emptyToNull, fromHostPortProperties, getExceptionHandler, getHostAndPorts, self, withExceptionHandler, withHostAndPort, withHostAndStandardPort
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.voltdb.stream.api.extension.OperatorConfigurator
configure, getConfiguration
-
Field Details
-
DEFAULT_PROCEDURE_NAME
-
-
Constructor Details
-
ProcedureVoltStreamSinkConfigurator
public ProcedureVoltStreamSinkConfigurator() -
ProcedureVoltStreamSinkConfigurator
-
-
Method Details
-
aSink
-
withProcedureName
-
withRetry
-
getProcedureName
-
getRetries
public int getRetries()
-