This repository was archived by the owner on May 12, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
data/src/main/scala/org/apache/predictionio/data/store Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -223,19 +223,6 @@ object LEventStore {
223223 /** Reads events generically. If entityType or entityId is not specified, it
224224 * results in table scan.
225225 *
226- * Note that this method uses `scala.concurrent.ExecutionContext.Implicits.global`
227- * internally. Since this is a thread pool which has a number of threads equal to
228- * available processors, parallelism is limited up to the number of processors.
229- *
230- * If this limitation become bottleneck of resource usage, you can increase the
231- * number of threads by declaring following VM options before calling "pio deploy":
232- *
233- * <pre>
234- * export JAVA_OPTS="$JAVA_OPTS \
235- * -Dscala.concurrent.context.numThreads=1000 \
236- * -Dscala.concurrent.context.maxThreads=1000"
237- * </pre>
238- *
239226 * @param appName return events of this app
240227 * @param entityType return events of this entityType
241228 * - None means no restriction on entityType
Original file line number Diff line number Diff line change @@ -177,19 +177,6 @@ object LJavaEventStore {
177177 /** Reads events generically. If entityType or entityId is not specified, it
178178 * results in table scan.
179179 *
180- * Note that this method uses `scala.concurrent.ExecutionContext.Implicits.global`
181- * internally. Since this is a thread pool which has a number of threads equal to
182- * available processors, parallelism is limited up to the number of processors.
183- *
184- * If this limitation become bottleneck of resource usage, you can increase the
185- * number of threads by declaring following VM options before calling "pio deploy":
186- *
187- * <pre>
188- * export JAVA_OPTS="$JAVA_OPTS \
189- * -Dscala.concurrent.context.numThreads=1000 \
190- * -Dscala.concurrent.context.maxThreads=1000"
191- * </pre>
192- *
193180 * @param appName return events of this app
194181 * @param entityType return events of this entityType
195182 * - None means no restriction on entityType
You can’t perform that action at this time.
0 commit comments