org.opennms.netmgt.collectd
Class PersistRegexSelectorStrategy

java.lang.Object
  extended by org.opennms.netmgt.collectd.PersistRegexSelectorStrategy
All Implemented Interfaces:
PersistenceSelectorStrategy

public class PersistRegexSelectorStrategy
extends Object
implements PersistenceSelectorStrategy

PersistRegexSelectorStrategy

Author:
Alejandro Galue

Nested Class Summary
protected  class PersistRegexSelectorStrategy.EvaluatorContextVisitor
           
 
Field Summary
static String MATCH_BEHAVIOR
           
static String MATCH_EXPRESSION
           
static String MATCH_STRATEGY
           
 
Constructor Summary
PersistRegexSelectorStrategy()
           
 
Method Summary
 ThreadCategory log()
           
 void setParameters(List<Parameter> parameterCollection)
           
 boolean shouldPersist(CollectionResource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MATCH_EXPRESSION

public static final String MATCH_EXPRESSION
See Also:
Constant Field Values

MATCH_STRATEGY

public static final String MATCH_STRATEGY
See Also:
Constant Field Values

MATCH_BEHAVIOR

public static final String MATCH_BEHAVIOR
See Also:
Constant Field Values
Constructor Detail

PersistRegexSelectorStrategy

public PersistRegexSelectorStrategy()
Method Detail

shouldPersist

public boolean shouldPersist(CollectionResource resource)
Specified by:
shouldPersist in interface PersistenceSelectorStrategy

setParameters

public void setParameters(List<Parameter> parameterCollection)
Specified by:
setParameters in interface PersistenceSelectorStrategy

log

public ThreadCategory log()


Copyright © 2011. All Rights Reserved.