Class LT
- java.lang.Object
-
- org.apache.ignite.internal.util.GridLogThrottle
-
- org.apache.ignite.internal.util.typedef.internal.LT
-
public class LT extends GridLogThrottle
Defines internaltypedefforGridLogThrottle. Since Java doesn't provide type aliases (like Scala, for example) we resort to these types of measures. This is intended for internal use only and meant to provide for more terse code when readability of code is not compromised.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.util.GridLogThrottle
DFLT_LOG_THROTTLE_CAPACITY, DFLT_THROTTLE_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description LT()
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.util.GridLogThrottle
clear, error, error, info, info, throttleCapacity, throttleTimeout, throttleTimeout, warn, warn, warn, warn
-
-