更新时间:2024-08-03 GMT+08:00
        
          
          
        
      
      
      
      
      
      
      
      
  
      
      
      
        
Alluxio API接口介绍
Java API
Alluxio接口遵循标准的Alluxio Parent API标准,详情请见https://docs.alluxio.io/os/javadoc/2.0/index.html。
HTTP REST API
- Master REST API:https://docs.alluxio.io/os/restdoc/2.0/master/index.html
 - Worker REST API:https://docs.alluxio.io/os/restdoc/2.0/worker/index.html
 - Proxy REST API:https://docs.alluxio.io/os/restdoc/2.0/proxy/index.html
 - Job REST API:https://docs.alluxio.io/os/restdoc/2.0/job/index.html
 
   父主题: Alluxio开发指南