Package com.senzing.g2.engine
-
Interface Summary Interface Description G2Config Defines the Java interface to the G2 configuration functions.G2ConfigMgr Defines the Java interface to the G2 configuration management functions.G2Diagnostic Defines the Java interface to the G2 diagnostic functions.G2Engine Defines the Java interface to the G2 engine functions.G2Fallible Provides a base interface for Senzing native SDK's can have failures occur.G2Product Defines the Java interface to the G2 product functions.G2SSAdmin Defines the Java interface to the G2 secure store admin functions. -
Class Summary Class Description G2ConfigJNI Implements theG2Configinterface to call the native implementations of the functions.G2ConfigMgrJNI Implements theG2Configinterface to call the native implementations of the functions.G2DiagnosticJNI Implements theG2Diagnosticto call the native implementations of each function.G2JNI Implements theG2Engineinterface to call the native implementations of each function.G2ProductJNI Implements theG2Productinterface to call the native implementations of each function.G2SSAdminJNI Implements theG2SSAdmininterface to call the native function implementations.Result<T>