com.atlassian.greenhopper.service.lexorank
Class LexoRankSettings

java.lang.Object
  extended by com.atlassian.greenhopper.service.lexorank.LexoRankSettings

public class LexoRankSettings
extends java.lang.Object

Holds some global settings used by the Lexo ranking system


Field Summary
static int BALANCE_RETRY_TIMEOUT_MS
          The time period is milliseconds that a balance operation will try to execute
static int RANK_INITIALLY_TIMEOUT_MS
          The time period is milliseconds that a "rank initially" operation will try to execute
static int RANK_RETRY_TIMEOUT_MS
          The time period is milliseconds that a rank operation will try to execute
 
Constructor Summary
LexoRankSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RANK_RETRY_TIMEOUT_MS

public static int RANK_RETRY_TIMEOUT_MS
The time period is milliseconds that a rank operation will try to execute


RANK_INITIALLY_TIMEOUT_MS

public static int RANK_INITIALLY_TIMEOUT_MS
The time period is milliseconds that a "rank initially" operation will try to execute


BALANCE_RETRY_TIMEOUT_MS

public static int BALANCE_RETRY_TIMEOUT_MS
The time period is milliseconds that a balance operation will try to execute

Constructor Detail

LexoRankSettings

public LexoRankSettings()


Copyright © 2007-2014 Atlassian. All Rights Reserved.