MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / WithBulkLoadOutDir

Method WithBulkLoadOutDir

dgraphtest/config.go:231–234  ·  view source on GitHub ↗

WithBulkLoadOutDir sets the out dir for the bulk loader. This ensures that the same p directory is used while setting up alphas.

(dir string)

Source from the content-addressed store, hash-verified

229// WithBulkLoadOutDir sets the out dir for the bulk loader. This ensures
230// that the same p directory is used while setting up alphas.
231func (cc ClusterConfig) WithBulkLoadOutDir(dir string) ClusterConfig {
232 cc.bulkOutDirForMount = dir
233 return cc
234}
235
236// WithNormalizeCompatibilityMode sets the normalize-compatibility-mode feature flag for alpha
237func (cc ClusterConfig) WithNormalizeCompatibilityMode(mode string) ClusterConfig {

Calls

no outgoing calls