MCPcopy
hub / github.com/OpenTSDB/opentsdb / dataTable

Method dataTable

src/core/TSDB.java:1953–1955  ·  view source on GitHub ↗

@return the name of the data table as a byte array for client requests

()

Source from the content-addressed store, hash-verified

1951
1952 /** @return the name of the data table as a byte array for client requests */
1953 public byte[] dataTable() {
1954 return this.table;
1955 }
1956
1957 /** @return the name of the tree table as a byte array for client requests */
1958 public byte[] treeTable() {

Calls

no outgoing calls