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.tests org.jgroups.tests.perf 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)protected static HeaderBaseMessage. readHeader(java.io.DataInput in)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. putHeader(short id, Header hdr)Puts a header given an ID into the hashmap.MessageMessage. putHeader(short id, Header hdr)Adds a header to the messageprotected static voidBaseMessage. writeHeader(Header hdr, java.io.DataOutput out)protected static voidBaseMessage. writeHeaders(Header[] hdrs, java.io.DataOutput out, short... excluded_headers) -
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.BatchHeaderstatic 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.ForkHeaderclassFrag3HeaderclassFragHeaderstatic classLocking.LockingHeaderDeprecated.static classMERGE3.MergeHeaderprotected static classPERF.PerfHeaderclassPingHeaderUsed to send discovery requests and responsesprotected 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.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>Locking.LockingHeader. create()java.util.function.Supplier<? extends Header>MERGE3.MergeHeader. create()java.util.function.Supplier<? extends Header>PERF.PerfHeader. create()java.util.function.Supplier<? extends Header>PingHeader. 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>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 classFLUSH.FlushHeaderstatic 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>FLUSH.FlushHeader. create()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 static classRELAY2.Relay2HeaderMethods in org.jgroups.protocols.relay that return types with arguments of type Header Modifier and Type Method Description java.util.function.Supplier<? extends Header>RELAY2.Relay2Header. create() -
Uses of Header in org.jgroups.tests
Subclasses of Header in org.jgroups.tests Modifier and Type Class Description protected static classMessageSendTest.MyHeaderMethods in org.jgroups.tests that return types with arguments of type Header Modifier and Type Method Description java.util.function.Supplier<? extends Header>MessageSendTest.MyHeader. create() -
Uses of Header in org.jgroups.tests.perf
Subclasses of Header in org.jgroups.tests.perf Modifier and Type Class Description protected static classMPerf.MPerfHeaderMethods in org.jgroups.tests.perf that return types with arguments of type Header Modifier and Type Method Description java.util.function.Supplier<? extends Header>MPerf.MPerfHeader. create() -
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. 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 intHeaders. size(Header[] hdrs, short... excluded_ids)
-