cascading.operation.filter
Class Limit.Context

java.lang.Object
  extended by cascading.operation.filter.Limit.Context
Enclosing class:
Limit

public static class Limit.Context
extends Object


Field Summary
 long count
           
 long limit
           
 
Constructor Summary
Limit.Context()
           
 
Method Summary
 boolean increment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

limit

public long limit

count

public long count
Constructor Detail

Limit.Context

public Limit.Context()
Method Detail

increment

public boolean increment()


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.