|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.conquiris.api.index.MutableIndexerActivationPolicy
@ThreadSafe public final class MutableIndexerActivationPolicy
Indexer activation policy based on a mutable boolean value.
| Method Summary | |
|---|---|
static MutableIndexerActivationPolicy |
active()
Creates a new policy with an initial value of true. |
static MutableIndexerActivationPolicy |
create(boolean active)
Creates a new policy. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
static MutableIndexerActivationPolicy |
inactive()
Creates a new policy with an initial value of false. |
boolean |
isActive()
Returns true if the indexer is active. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MutableIndexerActivationPolicy create(boolean active)
active - Initial value.
public static MutableIndexerActivationPolicy active()
public static MutableIndexerActivationPolicy inactive()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic boolean isActive()
IndexerActivationPolicy
isActive in interface IndexerActivationPolicy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||