public static enum ConcurrentTileCache.Actions extends Enum<ConcurrentTileCache.Actions>
Enum Constant and Description |
---|
ABOUT_TO_REMOVAL |
ADDITION |
MANUAL_REMOVAL |
REMOVAL_FROM_EVICTION |
REMOVAL_FROM_FLUSH |
SUBSTITUTION_FROM_ADD |
UPDATING_TILE_FROM_GETTILE |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final ConcurrentTileCache.Actions ADDITION
public static final ConcurrentTileCache.Actions MANUAL_REMOVAL
public static final ConcurrentTileCache.Actions REMOVAL_FROM_FLUSH
public static final ConcurrentTileCache.Actions REMOVAL_FROM_EVICTION
public static final ConcurrentTileCache.Actions SUBSTITUTION_FROM_ADD
public static final ConcurrentTileCache.Actions UPDATING_TILE_FROM_GETTILE
public static final ConcurrentTileCache.Actions ABOUT_TO_REMOVAL
public static ConcurrentTileCache.Actions[] values()
for (ConcurrentTileCache.Actions c : ConcurrentTileCache.Actions.values()) System.out.println(c);
public static ConcurrentTileCache.Actions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int valueAction()
Copyright © 2006–2016 GeoSolutions. All rights reserved.