Uses of Class
org.dbos.apiary.function.ProvenanceBuffer
Packages that use ProvenanceBuffer
Package
Description
Provide the classes necessary to write Apiary functions.
Provide the classes necessary to write Postgres backed functions.
Provide the classes necessary to write VoltDB backed functions.
-
Uses of ProvenanceBuffer in org.dbos.apiary.function
Fields in org.dbos.apiary.function declared as ProvenanceBufferModifier and TypeFieldDescriptionfinal ProvenanceBuffer
ApiaryContext.provBuff
For internal use only.Constructors in org.dbos.apiary.function with parameters of type ProvenanceBufferModifierConstructorDescriptionApiaryContext
(ProvenanceBuffer provBuff, String service, long execID, long functionID) ApiaryStatelessContext
(org.dbos.apiary.connection.ApiaryConnection c, InternalApiaryWorkerClient client, ProvenanceBuffer provBuff, String service, long execID, long functionID, Map<String, Callable<StatelessFunction>> statelessFunctions) ApiaryTransactionalContext
(ProvenanceBuffer provBuff, String service, long execID, long functionID) -
Uses of ProvenanceBuffer in org.dbos.apiary.postgres
Methods in org.dbos.apiary.postgres with parameters of type ProvenanceBufferModifier and TypeMethodDescriptionPostgresConnection.callFunction
(ProvenanceBuffer provBuff, String service, long execID, long functionID, String name, Object... inputs) Constructors in org.dbos.apiary.postgres with parameters of type ProvenanceBufferModifierConstructorDescriptionPostgresContext
(Connection c, ProvenanceBuffer provBuff, String service, long execID, long functionID) -
Uses of ProvenanceBuffer in org.dbos.apiary.voltdb
Fields in org.dbos.apiary.voltdb declared as ProvenanceBufferMethods in org.dbos.apiary.voltdb with parameters of type ProvenanceBufferModifier and TypeMethodDescriptionVoltConnection.callFunction
(ProvenanceBuffer provBuff, String service, long execID, long functionID, String funcName, Object... inputs) Constructors in org.dbos.apiary.voltdb with parameters of type ProvenanceBufferModifierConstructorDescriptionVoltContext
(VoltFunction p, ProvenanceBuffer provBuff, String service, long execID, long functionID)