Uses of Interface
org.dbos.apiary.function.ApiaryFunction
Packages that use ApiaryFunction
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 ApiaryFunction in org.dbos.apiary.function
Classes in org.dbos.apiary.function that implement ApiaryFunctionModifier and TypeClassDescriptionclassThe base class for Apiary stateless functions. -
Uses of ApiaryFunction in org.dbos.apiary.postgres
Classes in org.dbos.apiary.postgres that implement ApiaryFunctionModifier and TypeClassDescriptionclassAll Postgres functions should extend this class and implementrunFunction. -
Uses of ApiaryFunction in org.dbos.apiary.voltdb
Classes in org.dbos.apiary.voltdb that implement ApiaryFunctionModifier and TypeClassDescriptionclassAll VoltDB functions should extend this class and implementrunFunction.