Registry / utility / alluxio-core-common

alluxio-core-common

JSON →
library2.9.6javamavenunverified

Provides common utility classes and shared code used across Alluxio core modules.

<dependency> <groupId>org.alluxio</groupId> <artifactId>alluxio-core-common</artifactId> <version>2.9.6</version> </dependency>
INSTALL
IMPORT
SIG · ALLUXIO-CORE-COMMO
A
alluxio-core-common
utilityjavav2.9.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AlluxioURI
alluxio.AlluxioURI

Creates an AlluxioURI and prints its path.

import alluxio.AlluxioURI; public class Example { public static void main(String[] args) { AlluxioURI uri = new AlluxioURI("/path/to/file"); System.out.println(uri.getPath()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
Meta
1
OpenAI (training)
1
Resources
alluxio-core-common — mvn dependency:get alluxio-core-common · libregistry