org.apache.accumulo.server.master
public class LiveTServerSet.TServerConnection extends Object
Constructor and Description |
---|
LiveTServerSet.TServerConnection(InetSocketAddress addr) |
Modifier and Type | Method and Description |
---|---|
void |
assignTablet(ZooLock lock,
KeyExtent extent) |
void |
chop(ZooLock lock,
KeyExtent extent) |
void |
compact(ZooLock lock,
String tableId,
byte[] startRow,
byte[] endRow) |
void |
fastHalt(ZooLock lock) |
void |
flush(ZooLock lock,
String tableId,
byte[] startRow,
byte[] endRow) |
void |
flushTablet(ZooLock lock,
KeyExtent extent) |
TabletServerStatus |
getTableMap(boolean usePooledConnection) |
void |
halt(ZooLock lock) |
boolean |
isActive(long tid) |
void |
splitTablet(ZooLock lock,
KeyExtent extent,
org.apache.hadoop.io.Text splitPoint) |
void |
unloadTablet(ZooLock lock,
KeyExtent extent,
boolean save) |
public LiveTServerSet.TServerConnection(InetSocketAddress addr) throws org.apache.thrift.TException
org.apache.thrift.TException
public void assignTablet(ZooLock lock, KeyExtent extent) throws org.apache.thrift.TException
org.apache.thrift.TException
public void unloadTablet(ZooLock lock, KeyExtent extent, boolean save) throws org.apache.thrift.TException
org.apache.thrift.TException
public TabletServerStatus getTableMap(boolean usePooledConnection) throws org.apache.thrift.TException, ThriftSecurityException
org.apache.thrift.TException
ThriftSecurityException
public void halt(ZooLock lock) throws org.apache.thrift.TException, ThriftSecurityException
org.apache.thrift.TException
ThriftSecurityException
public void fastHalt(ZooLock lock) throws org.apache.thrift.TException
org.apache.thrift.TException
public void flush(ZooLock lock, String tableId, byte[] startRow, byte[] endRow) throws org.apache.thrift.TException
org.apache.thrift.TException
public void chop(ZooLock lock, KeyExtent extent) throws org.apache.thrift.TException
org.apache.thrift.TException
public void splitTablet(ZooLock lock, KeyExtent extent, org.apache.hadoop.io.Text splitPoint) throws org.apache.thrift.TException, ThriftSecurityException, NotServingTabletException
org.apache.thrift.TException
ThriftSecurityException
NotServingTabletException
public void flushTablet(ZooLock lock, KeyExtent extent) throws org.apache.thrift.TException
org.apache.thrift.TException
public void compact(ZooLock lock, String tableId, byte[] startRow, byte[] endRow) throws org.apache.thrift.TException
org.apache.thrift.TException
public boolean isActive(long tid) throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.