int |
G2ConfigMgr.addConfig(String configStr,
String configComments,
Result<Long> configID) |
Adds the configuration described by the specified JSON to the repository
with the specified comments and returns the ID of the config in the
specified Result object.
|
int |
G2ConfigMgrJNI.addConfig(String configStr,
String configComments,
Result<Long> configID) |
Adds the configuration described by the specified JSON to the repository
with the specified comments and returns the ID of the config in the
specified Result object.
|
int |
G2Config.create(Result<Long> configHandle) |
Creates a new in-memory configuration using the default template and
sets the specified Result parameter with the value of the
configuration handle for working with it.
|
int |
G2ConfigJNI.create(Result<Long> configHandle) |
Creates a new in-memory configuration using the default template and
sets the specified Result parameter with the value of the
configuration handle for working with it.
|
int |
G2Engine.exportConfig(StringBuffer response,
Result<Long> configID) |
Exports the JSON configuration that is currently loaded into the engine.
|
int |
G2JNI.exportConfig(StringBuffer response,
Result<Long> configID) |
Exports the JSON configuration that is currently loaded into the engine.
|
int |
G2Engine.exportCSVEntityReport(String csvColumnList,
long flags,
Result<Long> exportHandle) |
This is used to export entity data from known entities.
|
int |
G2JNI.exportCSVEntityReport(String csvColumnList,
long flags,
Result<Long> exportHandle) |
This is used to export entity data from known entities.
|
int |
G2Engine.exportJSONEntityReport(long flags,
Result<Long> exportHandle) |
This is used to export entity data from known entities.
|
int |
G2JNI.exportJSONEntityReport(long flags,
Result<Long> exportHandle) |
This is used to export entity data from known entities.
|
int |
G2Engine.getActiveConfigID(Result<Long> configID) |
Returns an identifier for the loaded G2 engine configuration
|
int |
G2JNI.getActiveConfigID(Result<Long> configID) |
Returns an identifier for the loaded G2 engine configuration
|
int |
G2ConfigMgr.getDefaultConfigID(Result<Long> configID) |
Gets the configuration ID of the default configuration for the repository
and sets the value in the specified Result object.
|
int |
G2ConfigMgrJNI.getDefaultConfigID(Result<Long> configID) |
Gets the configuration ID of the default configuration for the repository
and sets the value in the specified Result object.
|
int |
G2Diagnostic.getEntityListBySize(long entitySize,
Result<Long> exportHandle) |
Experimental/internal method for obtaining diagnostic information on
sized entities.
|
int |
G2DiagnosticJNI.getEntityListBySize(long entitySize,
Result<Long> exportHandle) |
Experimental/internal method for obtaining diagnostic information on
sized entities.
|
int |
G2Engine.getRepositoryLastModifiedTime(Result<Long> lastModifiedTime) |
Returns a long integer representing number of seconds since
January 1, 1970 12:00am GMT (epoch time).
|
int |
G2JNI.getRepositoryLastModifiedTime(Result<Long> lastModifiedTime) |
Returns a long integer representing number of seconds since
January 1, 1970 12:00am GMT (epoch time).
|
int |
G2Config.load(String jsonConfig,
Result<Long> configHandle) |
Creates a new in-memory configuration using the specified JSON text and
sets the specified Result parameter with the value of the
configuration handle for working with it.
|
int |
G2ConfigJNI.load(String jsonConfig,
Result<Long> configHandle) |
Creates a new in-memory configuration using the specified JSON text and
sets the specified Result parameter with the value of the
configuration handle for working with it.
|