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 |
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.exportCSVEntityReportV3(String csvColumnList,
int flags,
Result<Long> exportHandle) |
This is used to export entity data from known entities.
|
int |
G2JNI.exportCSVEntityReportV3(String csvColumnList,
int flags,
Result<Long> exportHandle) |
This is used to export entity data from known entities.
|
int |
G2Engine.exportJSONEntityReportV3(int flags,
Result<Long> exportHandle) |
This is used to export entity data from known entities.
|
int |
G2JNI.exportJSONEntityReportV3(int 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.getEntityListBySizeV2(long entitySize,
Result<Long> exportHandle) |
Experimental/internal method for obtaining diagnostic information on
sized entities.
|
int |
G2DiagnosticJNI.getEntityListBySizeV2(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).
|