MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getSerializerStatus

Method getSerializerStatus

src/tsd/HttpQuery.java:901–903  ·  view source on GitHub ↗

Returns the serializer status map. Note: Do not modify this map, it is for read only purposes only @return the serializer status list and maps @since 2.0

()

Source from the content-addressed store, hash-verified

899 * @since 2.0
900 */
901 public static ArrayList<HashMap<String, Object>> getSerializerStatus() {
902 return serializer_status;
903 }
904
905 /**
906 * Easy way to generate a small, simple HTML page.

Callers 2

getSerializerStatusMethod · 0.95
formatSerializersV1Method · 0.95

Calls

no outgoing calls

Tested by 1

getSerializerStatusMethod · 0.76