Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TUnloadTabletGoal
-
Packages that use TUnloadTabletGoal Package Description org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TUnloadTabletGoal in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as TUnloadTabletGoal Modifier and Type Field Description TUnloadTabletGoalTabletClientService.unloadTablet_args. goalMethods in org.apache.accumulo.core.tabletserver.thrift that return TUnloadTabletGoal Modifier and Type Method Description static TUnloadTabletGoalTUnloadTabletGoal. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TUnloadTabletGoalTabletClientService.unloadTablet_args. getGoal()static TUnloadTabletGoalTUnloadTabletGoal. valueOf(String name)Returns the enum constant of this type with the specified name.static TUnloadTabletGoal[]TUnloadTabletGoal. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TUnloadTabletGoal Modifier and Type Method Description voidTabletClientService.Client. send_unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)TabletClientService.unloadTablet_argsTabletClientService.unloadTablet_args. setGoal(TUnloadTabletGoal goal)voidTabletClientService.AsyncClient. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)voidTabletClientService.Iface. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TUnloadTabletGoal Constructor Description unloadTablet_args(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)unloadTablet_call(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-