Home
last modified time | relevance | path

Searched refs:handleDeprecation (Results 1 – 4 of 4) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/trace/
H A DHBaseHTraceConfiguration.java36 private void handleDeprecation(String key) { in handleDeprecation() method in HBaseHTraceConfiguration
55 handleDeprecation("local-file-span-receiver.path"); in HBaseHTraceConfiguration()
56 handleDeprecation("local-file-span-receiver.capacity"); in HBaseHTraceConfiguration()
57 handleDeprecation("sampler.frequency"); in HBaseHTraceConfiguration()
58 handleDeprecation("sampler.fraction"); in HBaseHTraceConfiguration()
59 handleDeprecation("zipkin.collector-hostname"); in HBaseHTraceConfiguration()
60 handleDeprecation("zipkin.collector-port"); in HBaseHTraceConfiguration()
61 handleDeprecation("zipkin.num-threads"); in HBaseHTraceConfiguration()
62 handleDeprecation("zipkin.traced-service-hostname"); in HBaseHTraceConfiguration()
63 handleDeprecation("zipkin.traced-service-port"); in HBaseHTraceConfiguration()
/dports/net/traefik/traefik-2.6.1/pkg/middlewares/headers/
H A Dheaders.go21 func handleDeprecation(ctx context.Context, cfg *dynamic.Headers) { func
51 handleDeprecation(mCtx, &cfg)
H A Dheader.go32 handleDeprecation(ctx, &cfg)
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/
H A DConfiguration.java609 private String[] handleDeprecation(DeprecationContext deprecations, in handleDeprecation() method in Configuration
638 private void handleDeprecation() { in handleDeprecation() method in Configuration
645 handleDeprecation(deprecations, (String)item); in handleDeprecation()
978 String[] names = handleDeprecation(deprecationContext.get(), name); in get()
1007 String[] names = handleDeprecation(deprecationContext.get(), name); in onlyKeyExists()
1066 String[] names = handleDeprecation(deprecationContext.get(), name); in getRaw()
1160 String[] names = handleDeprecation(deprecationContext.get(), name); in set()
1189 names = handleDeprecation(deprecationContext.get(), name); in unset()
1229 String[] names = handleDeprecation(deprecationContext.get(), name); in get()
2727 handleDeprecation(); //ensure properties is set and deprecation is handled in asXmlDocument()