Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ set
Method
set
core/src/main/java/io/ddf/misc/Config.java:100–102 ·
view source on GitHub ↗
(String section, String key, String value)
Source
from the content-addressed store, hash-verified
98
99
100
public
static
void
set(String section, String key, String value) {
101
getConfigHandler().getSection(section).set(key, value);
102
}
103
104
105
static
IHandleConfig sConfigHandler;
Callers
4
cleanupDDFMaximumDDFs
Method · 0.95
cleanupDDFTimeToIdle
Method · 0.95
keepingDDFwithName
Method · 0.95
removeDDFWithName
Method · 0.95
Calls
3
getConfigHandler
Method · 0.95
set
Method · 0.65
getSection
Method · 0.65
Tested by
4
cleanupDDFMaximumDDFs
Method · 0.76
cleanupDDFTimeToIdle
Method · 0.76
keepingDDFwithName
Method · 0.76
removeDDFWithName
Method · 0.76