- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SetStatus (0.08 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
* * @return the cluster health status name */ public String getStatus() { return admin().cluster() .prepareHealth() .execute() .actionGet(ComponentUtil.getFessConfig().getIndexHealthTimeout()) .getStatus() .name(); } /** * Sets the OpenSearch runner for embedded mode.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
// make sure that the handle is closed when one of the requests fails final Smb2CreateResponse createResp = cr.getResponse(); if (createResp.isReceived() && createResp.getStatus() == NtStatus.NT_STATUS_SUCCESS) { th.send(new Smb2CloseRequest(th.getConfig(), createResp.getFileId()), RequestParam.NO_RETRY); } } catch (final Exception e2) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)