Package | Description |
---|---|
org.apache.solr.update |
APIs and classes for managing index updates
|
Modifier and Type | Field and Description |
---|---|
protected UpdateLog.SyncLevel |
UpdateLog.defaultSyncLevel |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateLog.finish(UpdateLog.SyncLevel syncLevel) |
void |
TransactionLog.finish(UpdateLog.SyncLevel syncLevel) |
void |
HdfsTransactionLog.finish(UpdateLog.SyncLevel syncLevel) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.