- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 22 for volatile (0.12 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/storage/StorageClient.java
*/ @Resource protected ContentLengthHelper contentLengthHelper; /** * Flag indicating whether the client has been initialized. */ protected volatile boolean isInit = false; /** * The MinIO client instance for interacting with object storage. */ protected MinioClient minioClient; /** * Creates a new StorageClient instance.Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 17.9K bytes - Viewed (2) -
docs/metrics/prometheus/list.md
| `minio_s3_requests_errors_total` | Total number S3 requests with (4xx and 5xx) errors. | | `minio_s3_requests_incoming_total` | Volatile number of total incoming S3 requests. | | `minio_s3_requests_inflight_total` | Total number of S3 requests currently in flight. |
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 43.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
/** Helper for content length operations. */ @Resource protected ContentLengthHelper contentLengthHelper; /** * The SMB authentication holder. */ protected volatile SmbAuthenticationHolder smbAuthenticationHolder; /** * The CIFS context. */ protected CIFSContext cifsContext; /** * Creates a new SmbClient instance. */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 22.5K bytes - Viewed (3) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/client/FesenClient.java
*/ protected List<OnConnectListener> onConnectListenerList = new ArrayList<>(); /** * Flag indicating whether the client is connected. */ private volatile boolean connected; /** * Scroll for delete operations. */ protected Scroll scrollForDelete = new Scroll(TimeValue.timeValueMinutes(1)); /** * Size for delete operations.Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 25.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
/** Helper for managing content length limits */ @Resource protected ContentLengthHelper contentLengthHelper; /** * The FTP authentication holder. */ protected volatile FtpAuthenticationHolder ftpAuthenticationHolder; /** * The FTP client configuration. */ protected FTPClientConfig ftpClientConfig; /** * The queue of FTPClient instances.Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 39.5K bytes - Viewed (0) -
doc/asm.html
Here's how the 386 runtime defines the 64-bit atomic load function. </p> <pre> // uint64 atomicload64(uint64 volatile* addr); // so actually // void atomicload64(uint64 *res, uint64 volatile *addr); TEXT runtime·atomicload64(SB), NOSPLIT, $0-12 MOVL ptr+0(FP), AX TESTL $7, AX JZ 2(PC) MOVL 0, AX // crash with nil ptr deref LEAL ret_lo+4(FP), BX
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
* Hash function for generating IDs. */ protected static final HashFunction murmur3Hash = Hashing.murmur3_128(0); /** * FesenClient instance. */ @Resource protected volatile FesenClient fesenClient; /** * Index name. */ protected String index; /** * Scroll timeout in milliseconds. */ protected int scrollTimeout = 60000;Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 34.2K bytes - Viewed (0) -
cmd/bucket-handlers_test.go
secretKey: credentials.SecretKey, expectedRespStatus: http.StatusBadRequest, shouldPass: false, }, // Test case - 2. // Setting a non-existent bucket. { bucket: "volatile-bucket-1", prefix: "", keyMarker: "", uploadIDMarker: "", delimiter: "", maxUploads: "0", accessKey: credentials.AccessKey,Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 39.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
protected ContentLengthHelper contentLengthHelper; /** Helper for determining MIME types */ @Resource protected MimeTypeHelper mimeTypeHelper; /** The HTTP client instance */ protected volatile CloseableHttpClient httpClient; /** List of request headers to be sent with each request */ private final List<Header> requestHeaderList = new ArrayList<>(); /** Map of HTTP client properties */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 52.2K bytes - Viewed (0) -
doc/go_mem.html
in some sequentially consistent order. </p> <p> The preceding definition has the same semantics as C++’s sequentially consistent atomics and Java’s <code>volatile</code> variables. </p> <h3 id="finalizer">Finalizers</h3> <p> The <a href="/pkg/runtime/"><code>runtime</code></a> package provides
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 05 15:41:37 UTC 2025 - 26.6K bytes - Viewed (0)