Uses of Class
org.apache.solr.update.UpdateLog.SyncLevel
-
Packages that use UpdateLog.SyncLevel Package Description org.apache.solr.update APIs and classes for managing index updates -
-
Uses of UpdateLog.SyncLevel in org.apache.solr.update
Fields in org.apache.solr.update declared as UpdateLog.SyncLevel Modifier and Type Field Description protected UpdateLog.SyncLevelUpdateLog. defaultSyncLevelMethods in org.apache.solr.update that return UpdateLog.SyncLevel Modifier and Type Method Description static UpdateLog.SyncLevelUpdateLog.SyncLevel. getSyncLevel(String level)static UpdateLog.SyncLevelUpdateLog.SyncLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateLog.SyncLevel[]UpdateLog.SyncLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.update with parameters of type UpdateLog.SyncLevel Modifier and Type Method Description voidTransactionLog. finish(UpdateLog.SyncLevel syncLevel)voidUpdateLog. finish(UpdateLog.SyncLevel syncLevel)
-