com.atlassian.greenhopper.service.lexorank
Enum LexoRankStatisticsAgent.Operation

java.lang.Object
  extended by java.lang.Enum<LexoRankStatisticsAgent.Operation>
      extended by com.atlassian.greenhopper.service.lexorank.LexoRankStatisticsAgent.Operation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LexoRankStatisticsAgent.Operation>
Enclosing class:
LexoRankStatisticsAgent

public static enum LexoRankStatisticsAgent.Operation
extends java.lang.Enum<LexoRankStatisticsAgent.Operation>

Operations currently supported by the statistics agent.


Enum Constant Summary
BALANCER_ENTRY_DELETE
           
BALANCER_ENTRY_GET
           
BALANCER_ENTRY_LIST
           
BALANCER_ENTRY_SAVE
           
DELETE_RANK_FOR_ISSUE
           
MAX_TO_NEXT_BUCKET
           
MIN_TO_NEXT_BUCKET
           
RANK_AFTER
           
RANK_BEFORE
           
RANK_FIRST
           
RANK_INITIAL
           
RANK_LAST
           
REBALANCE_FIELDID
           
 
Method Summary
static LexoRankStatisticsAgent.Operation valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LexoRankStatisticsAgent.Operation[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

RANK_BEFORE

public static final LexoRankStatisticsAgent.Operation RANK_BEFORE

RANK_AFTER

public static final LexoRankStatisticsAgent.Operation RANK_AFTER

RANK_FIRST

public static final LexoRankStatisticsAgent.Operation RANK_FIRST

RANK_LAST

public static final LexoRankStatisticsAgent.Operation RANK_LAST

MIN_TO_NEXT_BUCKET

public static final LexoRankStatisticsAgent.Operation MIN_TO_NEXT_BUCKET

MAX_TO_NEXT_BUCKET

public static final LexoRankStatisticsAgent.Operation MAX_TO_NEXT_BUCKET

RANK_INITIAL

public static final LexoRankStatisticsAgent.Operation RANK_INITIAL

REBALANCE_FIELDID

public static final LexoRankStatisticsAgent.Operation REBALANCE_FIELDID

BALANCER_ENTRY_DELETE

public static final LexoRankStatisticsAgent.Operation BALANCER_ENTRY_DELETE

BALANCER_ENTRY_SAVE

public static final LexoRankStatisticsAgent.Operation BALANCER_ENTRY_SAVE

BALANCER_ENTRY_LIST

public static final LexoRankStatisticsAgent.Operation BALANCER_ENTRY_LIST

BALANCER_ENTRY_GET

public static final LexoRankStatisticsAgent.Operation BALANCER_ENTRY_GET

DELETE_RANK_FOR_ISSUE

public static final LexoRankStatisticsAgent.Operation DELETE_RANK_FOR_ISSUE
Method Detail

values

public static LexoRankStatisticsAgent.Operation[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (LexoRankStatisticsAgent.Operation c : LexoRankStatisticsAgent.Operation.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static LexoRankStatisticsAgent.Operation valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2007-2014 Atlassian. All Rights Reserved.