| Package | Description | 
|---|---|
| org.apache.solr.common.params | 
 Parameter constants and enumerations. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
CollectionParams.LockLevel | 
CollectionParams.CollectionAction.lockLevel  | 
| Modifier and Type | Method and Description | 
|---|---|
CollectionParams.LockLevel | 
CollectionParams.LockLevel.getChild()  | 
static CollectionParams.LockLevel | 
CollectionParams.LockLevel.getLevel(int i)  | 
static CollectionParams.LockLevel | 
CollectionParams.LockLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CollectionParams.LockLevel[] | 
CollectionParams.LockLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
CollectionParams.LockLevel.isHigherOrEqual(CollectionParams.LockLevel that)  | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.