org.apache.oozie.store
Class StoreStatusFilter

java.lang.Object
  extended by org.apache.oozie.store.StoreStatusFilter

public class StoreStatusFilter
extends Object


Field Summary
static String bundleCountStr
           
static String bundleSeletStr
           
static String coordCountStr
           
static String coordSeletStr
           
static String wfCountStr
           
static String wfSeletStr
           
 
Constructor Summary
StoreStatusFilter()
           
 
Method Summary
static void filter(Map<String,List<String>> filter, List<String> orArray, List<String> colArray, List<String> valArray, StringBuilder sb, String seletStr, String countStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coordSeletStr

public static final String coordSeletStr
See Also:
Constant Field Values

coordCountStr

public static final String coordCountStr
See Also:
Constant Field Values

wfSeletStr

public static final String wfSeletStr
See Also:
Constant Field Values

wfCountStr

public static final String wfCountStr
See Also:
Constant Field Values

bundleSeletStr

public static final String bundleSeletStr
See Also:
Constant Field Values

bundleCountStr

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

StoreStatusFilter

public StoreStatusFilter()
Method Detail

filter

public static void filter(Map<String,List<String>> filter,
                          List<String> orArray,
                          List<String> colArray,
                          List<String> valArray,
                          StringBuilder sb,
                          String seletStr,
                          String countStr)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.