Định nghĩa Atomic là gì?
Atomic là Nguyên tử. Đây là nghĩa tiếng Việt của thuật ngữ Atomic - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.
Độ phổ biến(Factor rating): 5/10
Atomic là một bộ công cụ của các lớp học gói java.util.concurrent.atomic biến, trong đó hỗ trợ bằng văn bản lock và wait-free thuật toán với ngôn ngữ Java. Một thuật toán đòi hỏi chỉ đề một phần cho sự tiến bộ liên tục là lock-free. Trong một thuật toán wait-free, tất cả các chủ đề thực hiện tiến bộ liên tục, ngay cả trong trường hợp thất bại chủ đề hoặc chậm trễ. Khóa và wait-free thuật toán còn được gọi là nonblocking thuật toán. thuật toán nonblocking được sử dụng cho quá trình và chủ đề lịch ở hệ điều hành và trình độ máy ảo Java.
Xem thêm: Thuật ngữ công nghệ A-Z
Giải thích ý nghĩa
Tất cả các lớp gói java.util.concurrent.atomic có tiền tố "nguyên tử" trong tên của họ. Có nhiều loại khác nhau của các biến nguyên tử có sẵn trong gói java.util.concurrent.atomic, bao gồm:
What is the Atomic? - Definition
Atomic is a toolkit of variable java.util.concurrent.atomic package classes, which assist in writing lock and wait-free algorithms with the Java language. An algorithm requiring only partial threads for constant progress is lock-free. In a wait-free algorithm, all threads make progress continuously, even in cases of thread failure or delay. Lock and wait-free algorithms are also known as nonblocking algorithms. Nonblocking algorithms are used for process and thread scheduling at the operating system and Java virtual machine levels.
Understanding the Atomic
All java.util.concurrent.atomic package classes have the "atomic" prefix in their names. There are different types of atomic variables available in the java.util.concurrent.atomic package, including:
Thuật ngữ liên quan
- Java
- Throughput
- Java Virtual Machine (JVM)
- Operating System (OS)
- Algorithm
- Commit
- Access Modifiers
- Acyclic
- Appending Virus
- Armored Virus
Source: Atomic là gì? Technology Dictionary - Filegi - Techtopedia - Techterm