public class IndexToAdd extends Object
Constructor and Description |
---|
IndexToAdd() |
Modifier and Type | Method and Description |
---|---|
IndexDefinition |
getDefinition()
Definition of an index
|
String |
getName()
The name of an index that will be added
|
IndexStats.IndexingPriority |
getPriority()
Priority of an index
|
void |
setDefinition(IndexDefinition definition)
Definition of an index
|
void |
setName(String name)
The name of an index that will be added
|
void |
setPriority(IndexStats.IndexingPriority priority)
Priority of an index
|
public String getName()
public void setName(String name)
public IndexDefinition getDefinition()
public void setDefinition(IndexDefinition definition)
public IndexStats.IndexingPriority getPriority()
public void setPriority(IndexStats.IndexingPriority priority)
Copyright © 2016. All Rights Reserved.