Class CacheContinuousQueryEventBuffer
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryEventBuffer
-
public class CacheContinuousQueryEventBuffer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDFLT_CONTINUOUS_QUERY_PENDING_BUFF_SIZEstatic intDFLT_CONTINUOUS_QUERY_SERVER_BUFFER_SIZEstatic StringIGNITE_CONTINUOUS_QUERY_PENDING_BUFF_SIZEstatic StringIGNITE_CONTINUOUS_QUERY_SERVER_BUFFER_SIZEstatic intMAX_PENDING_BUFF_SIZEMaximum size of buffer for pending events.
-
-
-
Field Detail
-
DFLT_CONTINUOUS_QUERY_PENDING_BUFF_SIZE
public static final int DFLT_CONTINUOUS_QUERY_PENDING_BUFF_SIZE
-
DFLT_CONTINUOUS_QUERY_SERVER_BUFFER_SIZE
public static final int DFLT_CONTINUOUS_QUERY_SERVER_BUFFER_SIZE
-
IGNITE_CONTINUOUS_QUERY_PENDING_BUFF_SIZE
@SystemProperty(value="The max size of the buffer with pending continuous queries events", type=java.lang.Long.class, defaults="10000") public static final String IGNITE_CONTINUOUS_QUERY_PENDING_BUFF_SIZE
- See Also:
- Constant Field Values
-
IGNITE_CONTINUOUS_QUERY_SERVER_BUFFER_SIZE
@SystemProperty(value="Continuous queries batch buffer size", type=java.lang.Long.class, defaults="1000") public static final String IGNITE_CONTINUOUS_QUERY_SERVER_BUFFER_SIZE
- See Also:
- Constant Field Values
-
MAX_PENDING_BUFF_SIZE
public static final int MAX_PENDING_BUFF_SIZE
Maximum size of buffer for pending events. Default value is10_000.
-
-