Package net.opentsdb.meta

Examples of net.opentsdb.meta.UIDMeta


    assertNotNull(search.deleteTSMeta(null).addErrback(new Errback()));
  }
 
  @Test
  public void indexUIDMeta() throws Exception  {
    assertNotNull(search.indexUIDMeta(new UIDMeta()));
  }
View Full Code Here


    assertNotNull(search.indexUIDMeta(null).addErrback(new Errback()));
  }
 
  @Test
  public void deleteUIDMeta() throws Exception  {
    assertNotNull(search.deleteUIDMeta(new UIDMeta()));
  }
View Full Code Here

TOP

Related Classes of net.opentsdb.meta.UIDMeta

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.