Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ hdfsProvider
Struct
hdfsProvider
ais/backend/hdfs.go:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
type
(
30
hdfsProvider
struct
{
31
t cluster.Target
32
c *hdfs.Client
33
}
34
)
35
36
// interface guard
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected