Uses of Class
com.gigaspaces.internal.transport.PbsEntryPacket
Packages that use PbsEntryPacket
-
Uses of PbsEntryPacket in com.gigaspaces.internal.transport
Subclasses of PbsEntryPacket in com.gigaspaces.internal.transportModifier and TypeClassDescriptionclassPbsTemplatePacket defines the template object for Pbs layer. -
Uses of PbsEntryPacket in com.gigaspaces.serialization.pbs
Methods in com.gigaspaces.serialization.pbs that return PbsEntryPacketModifier and TypeMethodDescriptionstatic PbsEntryPacketPbsEntryFormatter.readPbsEntryPacket(PbsInputStream input) static PbsEntryPacket[]PbsEntryFormatter.readPbsEntryPacketArray(PbsInputStream input) Methods in com.gigaspaces.serialization.pbs with parameters of type PbsEntryPacketModifier and TypeMethodDescriptionstatic voidPbsEntryFormatter.writeNullablePbsEntryPacket(PbsOutputStream output, PbsEntryPacket pbsEntry) Writes a pbs entry packet to the streamstatic voidPbsEntryFormatter.writePbsEntryPacket(PbsOutputStream output, PbsEntryPacket pbsEntry) Writes a pbs entry packet to the streamstatic voidPbsEntryFormatter.writePbsEntryPacketLazy(PbsOutputStream output, PbsEntryPacket packet)