All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.artipie.jfr.StorageExclusivelyEvent Maven / Gradle / Ivy

There is a newer version: v1.17.16
Show newest version
/*
 * The MIT License (MIT) Copyright (c) 2020-2023 artipie.com
 * https://github.com/artipie/artipie/blob/master/LICENSE.txt
 */
package com.artipie.jfr;

import jdk.jfr.Category;
import jdk.jfr.Description;
import jdk.jfr.Label;
import jdk.jfr.Name;

/**
 * Storage event for the {@code exclusively} operation.
 *
 * @since 0.28.0
 */
@Name("artipie.StorageExclusively")
@Label("Storage Exclusively")
@Category({"Artipie", "Storage"})
@Description("Runs operation exclusively for specified key")
public final class StorageExclusivelyEvent extends AbstractStorageEvent {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy