Exemple #1
0
 @Test
 public void testGetTokenMap() throws HectorException {
   List<String> hosts = client.getKnownHosts(false);
   assertNotNull(hosts);
   assertEquals("127.0.0.1", hosts.get(0));
 }