Uses of Class
org.apache.solr.update.UpdateLog.SyncLevel

Packages that use UpdateLog.SyncLevel
org.apache.solr.update   
 

Uses of UpdateLog.SyncLevel in org.apache.solr.update
 

Methods in org.apache.solr.update that return UpdateLog.SyncLevel
static UpdateLog.SyncLevel UpdateLog.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
 void UpdateLog.finish(UpdateLog.SyncLevel syncLevel)
           
 void TransactionLog.finish(UpdateLog.SyncLevel syncLevel)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.