it.geosolutions.concurrent
Enum ConcurrentTileCache.Actions

java.lang.Object
  extended by java.lang.Enum<ConcurrentTileCache.Actions>
      extended by it.geosolutions.concurrent.ConcurrentTileCache.Actions
All Implemented Interfaces:
Serializable, Comparable<ConcurrentTileCache.Actions>
Enclosing class:
ConcurrentTileCache

public static enum ConcurrentTileCache.Actions
extends Enum<ConcurrentTileCache.Actions>

A list of all the possible diagnostic actions


Enum Constant Summary
ABOUT_TO_REMOVAL
           
ADDITION
           
MANUAL_REMOVAL
           
REMOVAL_FROM_EVICTION
           
REMOVAL_FROM_FLUSH
           
SUBSTITUTION_FROM_ADD
           
UPDATING_TILE_FROM_GETTILE
           
 
Method Summary
 int valueAction()
           
static ConcurrentTileCache.Actions valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConcurrentTileCache.Actions[] 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

ADDITION

public static final ConcurrentTileCache.Actions ADDITION

MANUAL_REMOVAL

public static final ConcurrentTileCache.Actions MANUAL_REMOVAL

REMOVAL_FROM_FLUSH

public static final ConcurrentTileCache.Actions REMOVAL_FROM_FLUSH

REMOVAL_FROM_EVICTION

public static final ConcurrentTileCache.Actions REMOVAL_FROM_EVICTION

SUBSTITUTION_FROM_ADD

public static final ConcurrentTileCache.Actions SUBSTITUTION_FROM_ADD

UPDATING_TILE_FROM_GETTILE

public static final ConcurrentTileCache.Actions UPDATING_TILE_FROM_GETTILE

ABOUT_TO_REMOVAL

public static final ConcurrentTileCache.Actions ABOUT_TO_REMOVAL
Method Detail

values

public static ConcurrentTileCache.Actions[] 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 (ConcurrentTileCache.Actions c : ConcurrentTileCache.Actions.values())
    System.out.println(c);

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

valueOf

public static ConcurrentTileCache.Actions valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

valueAction

public int valueAction()


Copyright © 2006–2015 GeoSolutions. All rights reserved.