Uses of Class
org.dbos.apiary.function.ApiaryContext
Packages that use ApiaryContext
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 ApiaryContext in org.dbos.apiary.function
Subclasses of ApiaryContext in org.dbos.apiary.functionModifier and TypeClassDescriptionclass
ApiaryStatelessContext is a context for stateless functions.class
ApiaryTransactionalContext is the base class for transactional function contexts.Methods in org.dbos.apiary.function with parameters of type ApiaryContextModifier and TypeMethodDescriptiondefault FunctionOutput
ApiaryFunction.apiaryRunFunction
(ApiaryContext ctxt, Object... input) void
ApiaryFunction.recordInvocation
(ApiaryContext ctxt, String funcName) void
StatelessFunction.recordInvocation
(ApiaryContext ctxt, String funcName) -
Uses of ApiaryContext in org.dbos.apiary.postgres
Subclasses of ApiaryContext in org.dbos.apiary.postgresModifier and TypeClassDescriptionclass
PostgresContext is a context for Apiary-Postgres functions.Methods in org.dbos.apiary.postgres with parameters of type ApiaryContextModifier and TypeMethodDescriptionvoid
PostgresFunction.recordInvocation
(ApiaryContext ctxt, String funcName) -
Uses of ApiaryContext in org.dbos.apiary.voltdb
Subclasses of ApiaryContext in org.dbos.apiary.voltdbModifier and TypeClassDescriptionclass
VoltContext is a context for Apiary-VoltDB functions.Methods in org.dbos.apiary.voltdb with parameters of type ApiaryContextModifier and TypeMethodDescriptionvoid
VoltFunction.recordInvocation
(ApiaryContext ctxt, String funcName)