Package | Description |
---|---|
edu.internet2.middleware.grouperClient.jdbc.tableSync |
Modifier and Type | Method and Description |
---|---|
GcTableSyncSubtype |
GcTableSyncConfiguration.getGcTableSyncSubtype()
subtype which also implies which type (full | incremental)
|
GcTableSyncSubtype |
GcTableSyncConfiguration.getSwitchFromIncrementalToFullSubtype()
switch from incremental to full if the number of incrementals is over the threshold, this is full sync to switch to
fullSyncChangeFlag, fullSyncFull, fullSyncGroups
|
static GcTableSyncSubtype |
GcTableSyncSubtype.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcTableSyncSubtype |
GcTableSyncSubtype.valueOfIgnoreCase(String string,
boolean exceptionOnNull)
do a case-insensitive matching
|
static GcTableSyncSubtype[] |
GcTableSyncSubtype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GcTableSyncConfiguration.configureTableSync(Map<String,Object> debugMap,
GcTableSync theGcTableSync,
String theConfigKey,
GcTableSyncSubtype theGcTableSyncSubtype) |
static void |
GcTableSyncSubtype.runEmbeddedFullSync(Map<String,Object> debugMap,
GcGrouperSyncJob gcGrouperSyncJob,
GcGrouperSyncLog gcGrouperSyncLog,
GcTableSyncSubtype switchFromIncrementalToFullSubtype) |
void |
GcTableSyncConfiguration.setGcTableSyncSubtype(GcTableSyncSubtype gcTableSyncSubtype1)
subtype which also implies which type (full | incremental)
|
void |
GcTableSyncConfiguration.setSwitchFromIncrementalToFullSubtype(GcTableSyncSubtype switchFromIncrementalToFullSubtype1)
switch from incremental to full if the number of incrementals is over the threshold, this is full sync to switch to
fullSyncChangeFlag, fullSyncFull, fullSyncGroups
|
GcTableSyncOutput |
GcTableSync.sync(String configKey,
GcTableSyncSubtype gcTableSyncSubtype)
pass in the output which will update as it runs
|
Copyright © 2020 Internet2. All rights reserved.