You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@accumulo.apache.org by Jeff Kubina <je...@gmail.com> on 2013/09/17 17:15:31 UTC

What API call can I use to get the number of (online) tablet servers of an Accumulo instance?

What API call can I use to get the number of (online) tablet servers of an
Accumulo instance?

Re: What API call can I use to get the number of (online) tablet servers of an Accumulo instance?

Posted by Eric Newton <er...@gmail.com>.
Sorry...

instance.getConnector(user, pass).instanceOperations().getTabletServers()



On Tue, Sep 17, 2013 at 11:17 AM, Eric Newton <er...@gmail.com> wrote:

> instance.instanceOperations().getTabletServers()
>
>
>
> On Tue, Sep 17, 2013 at 11:15 AM, Jeff Kubina <je...@gmail.com>wrote:
>
>> What API call can I use to get the number of (online) tablet servers of
>> an Accumulo instance?
>>
>
>

Re: What API call can I use to get the number of (online) tablet servers of an Accumulo instance?

Posted by Eric Newton <er...@gmail.com>.
instance.instanceOperations().getTabletServers()



On Tue, Sep 17, 2013 at 11:15 AM, Jeff Kubina <je...@gmail.com> wrote:

> What API call can I use to get the number of (online) tablet servers of an
> Accumulo instance?
>