Uses of Class
org.apache.accumulo.core.master.thrift.BulkImportState
-
Packages that use BulkImportState Package Description org.apache.accumulo.core.master.thrift -
-
Uses of BulkImportState in org.apache.accumulo.core.master.thrift
Fields in org.apache.accumulo.core.master.thrift declared as BulkImportState Modifier and Type Field Description BulkImportStateBulkImportStatus. stateMethods in org.apache.accumulo.core.master.thrift that return BulkImportState Modifier and Type Method Description static BulkImportStateBulkImportState. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.BulkImportStateBulkImportStatus. getState()static BulkImportStateBulkImportState. valueOf(String name)Returns the enum constant of this type with the specified name.static BulkImportState[]BulkImportState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.master.thrift with parameters of type BulkImportState Modifier and Type Method Description BulkImportStatusBulkImportStatus. setState(BulkImportState state)Constructors in org.apache.accumulo.core.master.thrift with parameters of type BulkImportState Constructor Description BulkImportStatus(long startTime, String filename, BulkImportState state)
-