Uses of Interface
com.senzing.g2.engine.G2Fallible
-
Packages that use G2Fallible Package Description com.senzing.g2.engine -
-
Uses of G2Fallible in com.senzing.g2.engine
Subinterfaces of G2Fallible in com.senzing.g2.engine Modifier and Type Interface Description interface
G2Config
Defines the Java interface to the G2 configuration functions.interface
G2ConfigMgr
Defines the Java interface to the G2 configuration management functions.interface
G2Diagnostic
Defines the Java interface to the G2 diagnostic functions.interface
G2Engine
Defines the Java interface to the G2 engine functions.interface
G2Product
Defines the Java interface to the G2 product functions.interface
G2SSAdmin
Defines the Java interface to the G2 secure store admin functions.Classes in com.senzing.g2.engine that implement G2Fallible Modifier and Type Class Description class
G2ConfigJNI
Implements theG2Config
interface to call the native implementations of the functions.class
G2ConfigMgrJNI
Implements theG2Config
interface to call the native implementations of the functions.class
G2DiagnosticJNI
Implements theG2Diagnostic
to call the native implementations of each function.class
G2JNI
Implements theG2Engine
interface to call the native implementations of each function.class
G2ProductJNI
Implements theG2Product
interface to call the native implementations of each function.class
G2SSAdminJNI
Implements theG2SSAdmin
interface to call the native function implementations.
-