Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.abstractions.indexing | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
IndexLockMode |
IndexStats.getLockMode() |
Modifier and Type | Method and Description |
---|---|
void |
IndexStats.setLockMode(IndexLockMode lockMode) |
Modifier and Type | Method and Description |
---|---|
IndexLockMode |
IndexDefinition.getLockMode() |
static IndexLockMode |
IndexLockMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexLockMode[] |
IndexLockMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinition.setLockMode(IndexLockMode lockMode) |
Modifier and Type | Method and Description |
---|---|
IndexLockMode |
IndexDefinitionBuilder.getLockMode() |
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionBuilder.setLockMode(IndexLockMode lockMode) |
Copyright © 2014. All Rights Reserved.