- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for volatile (0.04 sec)
-
compat/maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java
private final String classifier; private volatile String scope; private volatile File file; private ArtifactRepository repository; private String downloadUrl; private ArtifactFilter dependencyFilter; private ArtifactHandler artifactHandler; private List<String> dependencyTrail; private volatile String version; private VersionRange versionRange;Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 14.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
protected boolean resolveSids = true; /** The content length helper. */ @Resource protected ContentLengthHelper contentLengthHelper; /** The SMB authentication holder. */ protected volatile SmbAuthenticationHolder smbAuthenticationHolder; /** * Creates a new SmbClient instance. */ public SmbClient() { super(); } @OverrideRegistered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 23K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerContextTest.java
for (int i = 0; i < 500; i++) { crawlerContext.decrementAndGetAccessCount(); } assertEquals(501L, crawlerContext.getAccessCount()); } /** * Test volatile status field behavior */ public void test_statusVolatile() throws Exception { final CountDownLatch statusSetLatch = new CountDownLatch(1);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 25.6K bytes - Viewed (0) -
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)