Uses of Class
org.gearman.common.GearmanPacketType
-
Packages that use GearmanPacketType Package Description org.gearman.common -
-
Uses of GearmanPacketType in org.gearman.common
Methods in org.gearman.common that return GearmanPacketType Modifier and Type Method Description static GearmanPacketType
GearmanPacketType. get(int ordinal)
Returns the PacketType for the specifiedordinal
.GearmanPacketType
GearmanPacket. getPacketType()
Retrieves the event type for this packet.GearmanPacketType
GearmanPacketImpl. getPacketType()
GearmanPacketType
GearmanPacketHeader. getType()
GearmanPacketType
GearmanPacketImpl. getType()
static GearmanPacketType
GearmanPacketType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GearmanPacketType[]
GearmanPacketType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gearman.common with parameters of type GearmanPacketType Modifier and Type Method Description static boolean
GearmanPacketType. isJobSubmission(GearmanPacketType pt)
void
GearmanPacketHeader. setType(GearmanPacketType type)
Constructors in org.gearman.common with parameters of type GearmanPacketType Constructor Description GearmanPacketHeader(GearmanPacketMagic magic, GearmanPacketType type, int dataLength)
GearmanPacketImpl(GearmanPacketMagic magic, GearmanPacketType type, byte[] data)
-