Class LiveTServerSet.TServerConnection
java.lang.Object
org.apache.accumulo.server.manager.LiveTServerSet.TServerConnection
- Enclosing class:
- LiveTServerSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
assignTablet
(ServiceLock lock, KeyExtent extent) void
chop
(ServiceLock lock, KeyExtent extent) void
compact
(ServiceLock lock, String tableId, byte[] startRow, byte[] endRow) void
fastHalt
(ServiceLock lock) void
flush
(ServiceLock lock, TableId tableId, byte[] startRow, byte[] endRow) getTableMap
(boolean usePooledConnection) void
halt
(ServiceLock lock) boolean
isActive
(long tid) void
splitTablet
(KeyExtent extent, org.apache.hadoop.io.Text splitPoint) void
unloadTablet
(ServiceLock lock, KeyExtent extent, TUnloadTabletGoal goal, long requestTime)
-
Constructor Details
-
TServerConnection
-
-
Method Details
-
getAddress
-
assignTablet
- Throws:
org.apache.thrift.TException
-
unloadTablet
public void unloadTablet(ServiceLock lock, KeyExtent extent, TUnloadTabletGoal goal, long requestTime) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
getTableMap
public TabletServerStatus getTableMap(boolean usePooledConnection) throws org.apache.thrift.TException, ThriftSecurityException - Throws:
org.apache.thrift.TException
ThriftSecurityException
-
halt
- Throws:
org.apache.thrift.TException
ThriftSecurityException
-
fastHalt
- Throws:
org.apache.thrift.TException
-
flush
public void flush(ServiceLock lock, TableId tableId, byte[] startRow, byte[] endRow) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
chop
- Throws:
org.apache.thrift.TException
-
splitTablet
public void splitTablet(KeyExtent extent, org.apache.hadoop.io.Text splitPoint) throws org.apache.thrift.TException, ThriftSecurityException, NotServingTabletException - Throws:
org.apache.thrift.TException
ThriftSecurityException
NotServingTabletException
-
compact
public void compact(ServiceLock lock, String tableId, byte[] startRow, byte[] endRow) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
isActive
public boolean isActive(long tid) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-