public abstract class IntelligentTieringFilterPredicate extends Object implements Serializable
IntelligentTieringFilter
class.Constructor and Description |
---|
IntelligentTieringFilterPredicate() |
Modifier and Type | Method and Description |
---|---|
abstract void |
accept(IntelligentTieringPredicateVisitor intelligentTieringPredicateVisitor)
Use in conjunction with the
IntelligentTieringPredicateVisitor
and call appropriate visit() method. |
public abstract void accept(IntelligentTieringPredicateVisitor intelligentTieringPredicateVisitor)
IntelligentTieringPredicateVisitor
and call appropriate visit() method.