- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for Notification (0.05 sec)
-
guava-tests/test/com/google/common/cache/LocalCacheTest.java
QueuingRemovalListener<K, V> listener, K key, V value, RemovalCause cause) { RemovalNotification<K, V> notification = listener.remove(); assertThat(notification.getKey()).isSameInstanceAs(key); assertThat(notification.getValue()).isSameInstanceAs(value); assertThat(notification.getCause()).isEqualTo(cause); } // Segment core tests public void testNewEntry() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 117.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
QueuingRemovalListener<K, V> listener, K key, V value, RemovalCause cause) { RemovalNotification<K, V> notification = listener.remove(); assertThat(notification.getKey()).isSameInstanceAs(key); assertThat(notification.getValue()).isSameInstanceAs(value); assertThat(notification.getCause()).isEqualTo(cause); } // Segment core tests public void testNewEntry() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 115.9K bytes - Viewed (0) -
guava/src/com/google/common/cache/LocalCache.java
* evictEntry is called (once the lock is released). */ void processPendingNotifications() { RemovalNotification<K, V> notification; while ((notification = removalNotificationQueue.poll()) != null) { try { removalListener.onRemoval(notification); } catch (Throwable e) { logger.log(Level.WARNING, "Exception thrown by removal listener", e); } } }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 11 19:35:11 UTC 2025 - 148.9K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<description>Whether to send notifications on warning.</description> </field> <!-- TODO: Remove it after continuum alpha-3 release --> <field> <name>address</name> <version>4.0.0+</version> <type>String</type> <description> @deprecated Where to send the notification to - eg email address. </description>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Last Access Time */ public static final String LABELS_LAST_ACCESS_TIME = "{labels.lastAccessTime}"; /** The key of the message: Notification To */ public static final String LABELS_NOTIFICATION_TO = "{labels.notificationTo}"; /** The key of the message: Num */ public static final String LABELS_NUM = "{labels.num}";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 156.4K bytes - Viewed (0) -
cmd/admin-handlers.go
} else { // Close ldap connection to avoid leaks. ldapConn.Close() ldap.Status = string(madmin.ItemOnline) } } log, audit := fetchLoggerInfo(ctx) // Get the notification target info notifyTarget := fetchLambdaInfo() local := getLocalServerProperty(globalEndpoints, r, metrics) servers := globalNotificationSys.ServerInfo(ctx, metrics) servers = append(servers, local)Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 99.7K bytes - Viewed (0) -
cmd/server_test.go
// assert the http response status code. c.Assert(response.StatusCode, http.StatusOK) } } func (s *TestSuiteCommon) TestBucketSQSNotificationWebHook(c *check) { // Sample bucket notification.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118.1K bytes - Viewed (0) -
cmd/object-handlers.go
writeSuccessResponseHeadersOnly(w) // when tagging is proxied, the object version is not available to return // as header in the response, or ObjectInfo in the notification event. sendEvent(eventArgs{ EventName: event.ObjectCreatedPutTagging, BucketName: bucket, ReqParams: extractReqParams(r), RespElements: extractRespElements(w),
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 120.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
- [alpha] Kubelet launches container in a per pod cgroup hierarchy based on quality of service tier ([kubernetes/features#126](https://github.com/kubernetes/enhancements/issues/126)) - [beta] Kubelet integrates with memcg notification API to detect when a hard eviction threshold is crossed ([kubernetes/features#125](https://github.com/kubernetes/enhancements/issues/125))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
cmd/site-replication.go
c.healILMExpiryConfig(ctx, objAPI, info) ilmExpiryCfgHealed = true } if ilmExpiryReplicationEnabled(c.state.Peers) { c.healBucketILMExpiry(ctx, objAPI, bucket, info) } } // Notification and ILM are site specific settings. } return nil } func (c *SiteReplicationSys) healBucketILMExpiry(ctx context.Context, objAPI ObjectLayer, bucket string, info srStatusInfo) error {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 184.8K bytes - Viewed (1)