- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for pipeline (0.04 sec)
-
android/guava/src/com/google/common/util/concurrent/ClosingFuture.java
} /** * Starts a {@link ClosingFuture} pipeline with a {@link ListenableFuture}. * * <p>If {@code future} succeeds, its value will be closed (using {@code closingExecutor)}) when * the pipeline is done, even if the pipeline is canceled or fails. * * <p>Cancelling the pipeline will not cancel {@code future}, so that the pipeline can access its * value in order to close it. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 97.8K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/ClosingFuture.java
} /** * Starts a {@link ClosingFuture} pipeline with a {@link ListenableFuture}. * * <p>If {@code future} succeeds, its value will be closed (using {@code closingExecutor)}) when * the pipeline is done, even if the pipeline is canceled or fails. * * <p>Cancelling the pipeline will not cancel {@code future}, so that the pipeline can access its * value in order to close it. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 98.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
/** List of rewrite rules for document mappings */ protected final List<UnaryOperator<String>> docMappingRewriteRuleList = new ArrayList<>(); /** Whether to use pipelines for document processing */ protected boolean usePipeline = false; /** * Adds an index configuration file path to be loaded. * * @param path path to the index configuration file */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0)