- Sort Score
- Num 10 results
- Language All
Results 11 - 15 of 15 for orchestrated (0.06 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/GenerateReleaseNotesTask.java
import java.util.Set; import javax.inject.Inject; import static java.util.Comparator.naturalOrder; import static java.util.stream.Collectors.toList; import static java.util.stream.Collectors.toSet; /** * Orchestrates the steps required to generate or update various release notes files. */ public class GenerateReleaseNotesTask extends DefaultTask { private static final Logger LOGGER = Logging.getLogger(GenerateReleaseNotesTask.class);Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 12.9K bytes - Click Count (0) -
CONTRIBUTING.md
Elasticsearch process. ### Gradle Build We use Gradle to build Elasticsearch because it is flexible enough to not only build and package Elasticsearch, but also orchestrate all of the ways that we have to test Elasticsearch. #### Configurations Gradle organizes dependencies and build artifacts into "configurations" and
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 07:32:01 GMT 2021 - 36.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatClient.java
import jakarta.annotation.Resource; import jakarta.servlet.http.HttpServletRequest; /** * Client class for RAG (Retrieval-Augmented Generation) chat functionality. * * Orchestrates the multi-phase RAG workflow including session management, * document search, and delegation to LlmClientManager for LLM operations. * Prompt construction and LLM-specific logic is handled by LlmClient implementations. *
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 56.6K bytes - Click Count (0) -
cmd/erasure-server-pool.go
// Health - returns current status of the object layer health, // provides if write access exists across sets, additionally // can be used to query scenarios if health may be lost // if this node is taken down by an external orchestrator. func (z *erasureServerPools) Health(ctx context.Context, opts HealthOptions) HealthResult { reqInfo := (&logger.ReqInfo{}).AppendTags("maintenance", strconv.FormatBool(opts.Maintenance)) type setInfo struct {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 89.2K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.10.md
use it to authenticate/authorize these operations. With this change API calls receive key/value as a input parameter so they not need to know where and how credentials were stored and fetched. Main goal was to make these API calls CO (Container Orchestrator) agnostic. ([#60118](https://github.com/kubernetes/kubernetes/pull/60118), [@sbezverk](https://github.com/sbezverk)) * StorageOS volume plugin has been updated to support mount options and environments where the kubelet runs in a...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 341.8K bytes - Click Count (0)