Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.abstractions.indexing | |
net.ravendb.client.connection | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
IndexLockMode |
IndexStats.getLockMode()
Indicates current lock mode:
- Unlock - all index definition changes acceptable
- LockedIgnore - all index definition changes will be ignored, only log entry will be created
- LockedError - all index definition changes will raise exception
|
Modifier and Type | Method and Description |
---|---|
void |
IndexStats.setLockMode(IndexLockMode lockMode)
Indicates current lock mode:
- Unlock - all index definition changes acceptable
- LockedIgnore - all index definition changes will be ignored, only log entry will be created
- LockedError - all index definition changes will raise exception
|
Modifier and Type | Method and Description |
---|---|
IndexLockMode |
IndexDefinition.getLockMode()
Index lock mode:
- Unlock - all index definition changes acceptable
- LockedIgnore - all index definition changes will be ignored, only log entry will be created
- LockedError - all index definition changes will raise exception
|
static IndexLockMode |
IndexLockMode.valueOf(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)
Index lock mode:
- Unlock - all index definition changes acceptable
- LockedIgnore - all index definition changes will be ignored, only log entry will be created
- LockedError - all index definition changes will raise exception
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServerClient.directSetIndexLock(String name,
IndexLockMode lockMode,
OperationMetadata operationMetadata) |
void |
IDatabaseCommands.setIndexLock(String name,
IndexLockMode lockMode)
Sets the index lock mode
|
void |
ServerClient.setIndexLock(String name,
IndexLockMode lockMode) |
Modifier and Type | Method and Description |
---|---|
IndexLockMode |
IndexDefinitionBuilder.getLockMode() |
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionBuilder.setLockMode(IndexLockMode lockMode) |
Copyright © 2016. All Rights Reserved.