Uses of Class
org.jgroups.Header
-
Packages that use Header Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.conf Provides ways to configure a protocol stack.org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.protocols.relay org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Header in org.jgroups
Fields in org.jgroups declared as Header Modifier and Type Field Description protected Header[]BaseMessage. headersMethods in org.jgroups with type parameters of type Header Modifier and Type Method Description <T extends Header>
TBaseMessage. getHeader(short id)<T extends Header>
TMessage. getHeader(short id)Gets a header from the messageMethods in org.jgroups that return Header Modifier and Type Method Description protected static Header[]BaseMessage. createHeaders(int size)Header[]BaseMessage. headers()HeaderHeader. setProtId(short id)Methods in org.jgroups that return types with arguments of type Header Modifier and Type Method Description java.util.Map<java.lang.Short,Header>BaseMessage. getHeaders()java.util.Map<java.lang.Short,Header>Message. getHeaders()Returns a hashmap of all header IDs and their associated headersMethods in org.jgroups with parameters of type Header Modifier and Type Method Description MessageBaseMessage. headers(Header[] hdrs)MessageBaseMessage. putHeader(short id, Header hdr)Puts a header given an ID into the hashmap.protected MessageBaseMessage. putHeader(short id, Header hdr, boolean replace_if_present)MessageMessage. putHeader(short id, Header hdr)Adds a header to the messageMessageBaseMessage. putHeaderIfAbsent(short id, Header hdr)MessageMessage. putHeaderIfAbsent(short id, Header hdr)Adds a header to a message if not present -
Uses of Header in org.jgroups.blocks
Subclasses of Header in org.jgroups.blocks Modifier and Type Class Description static classRequestCorrelator.HeaderThe header for RequestCorrelator messagesstatic classRequestCorrelator.MultiDestinationHeaderMethods in org.jgroups.blocks that return types with arguments of type Header Modifier and Type Method Description java.util.function.Supplier<? extends Header>RequestCorrelator.Header. create()java.util.function.Supplier<? extends Header>RequestCorrelator.MultiDestinationHeader. create() -
Uses of Header in org.jgroups.conf
Methods in org.jgroups.conf with parameters of type Header Modifier and Type Method Description protected static voidClassConfigurator. checkSameId(Header hdr, short magic) -
Uses of Header in org.jgroups.protocols
Subclasses of Header in org.jgroups.protocols Modifier and Type Class Description classAuthHeaderAuthHeader is a holder object for the token that is passed from the joiner to the coordinatorstatic classBATCH.BatchHeaderDeprecated, for removal: This API element is subject to removal in a future version.static classBATCH2.Batch2Headerstatic classCOMPRESS.CompressHeaderstatic classCOUNTER.CounterHeaderstatic classDAISYCHAIN.DaisyHeaderstatic classDH_KEY_EXCHANGE.DhHeaderclassEncryptHeaderstatic classEXAMPLE.ExampleHeaderstatic classFailureDetection.HeartbeatHeaderclassFcHeaderHeader used by various flow control protocolsstatic classFD_SOCK.FdHeaderstatic classFD_SOCK2.FdHeaderstatic classFORK.ForkHeaderclassFrag3HeaderclassFragHeaderclassInfoHeaderCarries random bits of informationstatic classMERGE3.MergeHeaderclassNakAckHeaderclassPerfHeaderclassPingHeaderUsed to send discovery requests and responsesclassProtPerfHeaderprotected static classRSVP.RsvpHeaderclassRTTHeaderHeader to measure round-trip times (in nanoseconds) for sync RPCs (https://issues.redhat.com/browse/JGRP-2604)static classSEQUENCER.SequencerHeaderstatic classSEQUENCER2.SequencerHeaderstatic classSTOMP.StompHeaderclassTpHeaderGeneric transport header, used by TP.classUnicastHeaderHeader for subclasses ofReliableUnicast, e.g.classUnicastHeader3Moved out ofUNICAST3into separate class.static classVERIFY_SUSPECT.VerifyHeaderstatic classVERIFY_SUSPECT2.VerifyHeaderMethods in org.jgroups.protocols that return Header Modifier and Type Method Description protected abstract HeaderFlowControl. getCreditRequestHeader()protected HeaderMFC. getCreditRequestHeader()protected HeaderUFC. getCreditRequestHeader()protected abstract HeaderFlowControl. getReplenishHeader()protected HeaderMFC. getReplenishHeader()protected HeaderUFC. getReplenishHeader()Methods in org.jgroups.protocols that return types with arguments of type Header Modifier and Type Method Description java.util.function.Supplier<? extends Header>AuthHeader. create()java.util.function.Supplier<? extends Header>BATCH.BatchHeader. create()java.util.function.Supplier<? extends Header>BATCH2.Batch2Header. create()java.util.function.Supplier<? extends Header>COMPRESS.CompressHeader. create()java.util.function.Supplier<? extends Header>COUNTER.CounterHeader. create()java.util.function.Supplier<? extends Header>DAISYCHAIN.DaisyHeader. create()java.util.function.Supplier<? extends Header>DH_KEY_EXCHANGE.DhHeader. create()java.util.function.Supplier<? extends Header>EncryptHeader. create()java.util.function.Supplier<? extends Header>EXAMPLE.ExampleHeader. create()java.util.function.Supplier<? extends Header>FailureDetection.HeartbeatHeader. create()java.util.function.Supplier<? extends Header>FcHeader. create()java.util.function.Supplier<? extends Header>FD_SOCK.FdHeader. create()java.util.function.Supplier<? extends Header>FD_SOCK2.FdHeader. create()java.util.function.Supplier<? extends Header>FORK.ForkHeader. create()java.util.function.Supplier<? extends Header>Frag3Header. create()java.util.function.Supplier<? extends Header>FragHeader. create()java.util.function.Supplier<? extends Header>InfoHeader. create()java.util.function.Supplier<? extends Header>MERGE3.MergeHeader. create()java.util.function.Supplier<? extends Header>NakAckHeader. create()java.util.function.Supplier<? extends Header>PerfHeader. create()java.util.function.Supplier<? extends Header>PingHeader. create()java.util.function.Supplier<? extends Header>ProtPerfHeader. create()java.util.function.Supplier<? extends Header>RSVP.RsvpHeader. create()java.util.function.Supplier<? extends Header>RTTHeader. create()java.util.function.Supplier<? extends Header>SEQUENCER.SequencerHeader. create()java.util.function.Supplier<? extends Header>SEQUENCER2.SequencerHeader. create()java.util.function.Supplier<? extends Header>STOMP.StompHeader. create()java.util.function.Supplier<? extends Header>TpHeader. create()java.util.function.Supplier<? extends Header>UnicastHeader. create()java.util.function.Supplier<? extends Header>UnicastHeader3. create()java.util.function.Supplier<? extends Header>VERIFY_SUSPECT.VerifyHeader. create()java.util.function.Supplier<? extends Header>VERIFY_SUSPECT2.VerifyHeader. create() -
Uses of Header in org.jgroups.protocols.pbcast
Subclasses of Header in org.jgroups.protocols.pbcast Modifier and Type Class Description static classGMS.GmsHeaderclassNakAckHeader2Header used byNAKACK2static classSTABLE.StableHeaderstatic classSTATE_TRANSFER.StateHeaderWraps data for a state request/response.static classStreamingStateTransfer.StateHeaderMethods in org.jgroups.protocols.pbcast that return types with arguments of type Header Modifier and Type Method Description java.util.function.Supplier<? extends Header>GMS.GmsHeader. create()java.util.function.Supplier<? extends Header>NakAckHeader2. create()java.util.function.Supplier<? extends Header>STABLE.StableHeader. create()java.util.function.Supplier<? extends Header>STATE_TRANSFER.StateHeader. create()java.util.function.Supplier<? extends Header>StreamingStateTransfer.StateHeader. create() -
Uses of Header in org.jgroups.protocols.relay
Subclasses of Header in org.jgroups.protocols.relay Modifier and Type Class Description classRelayHeaderFields in org.jgroups.protocols.relay declared as Header Modifier and Type Field Description protected Header[]RelayHeader. original_hdrsMethods in org.jgroups.protocols.relay that return Header Modifier and Type Method Description Header[]RelayHeader. originalHeaders()Methods in org.jgroups.protocols.relay that return types with arguments of type Header Modifier and Type Method Description java.util.function.Supplier<? extends Header>RelayHeader. create()Methods in org.jgroups.protocols.relay with parameters of type Header Modifier and Type Method Description RelayHeaderRelayHeader. originalHeaders(Header[] hdrs) -
Uses of Header in org.jgroups.util
Methods in org.jgroups.util with type parameters of type Header Modifier and Type Method Description static <T extends Header>
THeaders. getHeader(Header[] hdrs, short id)Returns the header associated with an IDstatic <T extends Header>
THeaders. getHeader(Header[] hdrs, short... ids)Returns the header associated with a set of IDsMethods in org.jgroups.util that return Header Modifier and Type Method Description static Header[]Headers. copy(Header[] headers)static Header[]Headers. putHeader(Header[] headers, short id, Header hdr, boolean replace_if_present)Adds hdr at the next available slot.static Header[]Headers. readHeaders(java.io.DataInput in)static Header[]Headers. resize(Header[] headers)Increases the capacity of the array and copies the contents of the old into the new arrayMethods in org.jgroups.util that return types with arguments of type Header Modifier and Type Method Description static java.util.Map<java.lang.Short,Header>Headers. getHeaders(Header[] hdrs)Methods in org.jgroups.util with parameters of type Header Modifier and Type Method Description static Header[]Headers. copy(Header[] headers)static <T extends Header>
THeaders. getHeader(Header[] hdrs, short id)Returns the header associated with an IDstatic <T extends Header>
THeaders. getHeader(Header[] hdrs, short... ids)Returns the header associated with a set of IDsstatic java.util.Map<java.lang.Short,Header>Headers. getHeaders(Header[] hdrs)static intHeaders. marshalledSize(Header[] hdrs)static java.lang.StringHeaders. printHeaders(Header[] hdrs)static Header[]Headers. putHeader(Header[] headers, short id, Header hdr, boolean replace_if_present)Adds hdr at the next available slot.static Header[]Headers. resize(Header[] headers)Increases the capacity of the array and copies the contents of the old into the new arraystatic intHeaders. size(Header[] hdrs)static voidHeaders. writeHeaders(Header[] hdrs, java.io.DataOutput out)
-