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

Packages that use UpdateLog.SyncLevel
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
protected  UpdateLog.SyncLevel UpdateLog.defaultSyncLevel
           
 

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



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