Uses of Class
com.endeca.BulkLoad.Msg.Server.Status.State

Packages that use Server.Status.State
com.endeca.BulkLoad.Msg This defines the Data.Record class used by the Endeca BulkLoad API. 
 

Uses of Server.Status.State in com.endeca.BulkLoad.Msg
 

Methods in com.endeca.BulkLoad.Msg that return Server.Status.State
 Server.Status.State Server.StatusOrBuilder.getState()
           
 Server.Status.State Server.Status.getState()
           
 Server.Status.State Server.Status.Builder.getState()
           
static Server.Status.State Server.Status.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static Server.Status.State Server.Status.State.valueOf(int value)
           
static Server.Status.State Server.Status.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Server.Status.State[] Server.Status.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.endeca.BulkLoad.Msg that return types with arguments of type Server.Status.State
static com.google.protobuf.Internal.EnumLiteMap<Server.Status.State> Server.Status.State.internalGetValueMap()
           
 

Methods in com.endeca.BulkLoad.Msg with parameters of type Server.Status.State
 Server.Status.Builder Server.Status.Builder.setState(Server.Status.State value)