Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.client.connection | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
IndexStats.IndexingPriority |
IndexToAdd.getPriority()
Priority of an index
|
IndexStats.IndexingPriority |
IndexStats.getPriority()
Index priority (Normal, Disabled, Idle, Abandoned, Error)
|
static IndexStats.IndexingPriority |
IndexStats.IndexingPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexStats.IndexingPriority[] |
IndexStats.IndexingPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexToAdd.setPriority(IndexStats.IndexingPriority priority)
Priority of an index
|
void |
IndexStats.setPriority(IndexStats.IndexingPriority priority)
Index priority (Normal, Disabled, Idle, Abandoned, Error)
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServerClient.directSetIndexPriority(String name,
IndexStats.IndexingPriority priority,
OperationMetadata operationMetadata) |
void |
IDatabaseCommands.setIndexPriority(String name,
IndexStats.IndexingPriority priority)
Sets the index priority
|
void |
ServerClient.setIndexPriority(String name,
IndexStats.IndexingPriority priority) |
Modifier and Type | Method and Description |
---|---|
IndexStats.IndexingPriority |
AbstractIndexCreationTask.getPriority()
index can have a priority that controls how much power of the indexing process it is allowed to consume.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndexCreationTask.setPriority(IndexStats.IndexingPriority priority)
index can have a priority that controls how much power of the indexing process it is allowed to consume.
|
Copyright © 2016. All Rights Reserved.