Uses of Class
org.jgroups.Header
Packages that use Header
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides ways to configure a protocol stack.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of Header in org.jgroups
Fields in org.jgroups declared as HeaderMethods in org.jgroups with type parameters of type HeaderModifier and TypeMethodDescription<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 HeaderModifier and TypeMethodDescriptionprotected static Header[]BaseMessage.createHeaders(int size) Header[]BaseMessage.headers()Header.setProtId(short id) Methods in org.jgroups that return types with arguments of type HeaderModifier and TypeMethodDescriptionBaseMessage.getHeaders()Message.getHeaders()Returns a hashmap of all header IDs and their associated headersMethods in org.jgroups with parameters of type HeaderModifier and TypeMethodDescriptionPuts a header given an ID into the hashmap.protected MessageAdds a header to the messageBaseMessage.putHeaderIfAbsent(short id, Header hdr) Message.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.blocksModifier and TypeClassDescriptionstatic classstatic final classMethods in org.jgroups.blocks that return types with arguments of type Header -
Uses of Header in org.jgroups.conf
Methods in org.jgroups.conf with parameters of type HeaderModifier and TypeMethodDescriptionprotected static voidClassConfigurator.checkSameId(Header hdr, short magic) -
Uses of Header in org.jgroups.protocols
Subclasses of Header in org.jgroups.protocolsModifier and TypeClassDescriptionclassAuthHeader is a holder object for the token that is passed from the joiner to the coordinatorstatic classstatic classstatic classstatic classstatic classstatic classclassstatic classstatic classclassHeader used by various flow control protocolsstatic classstatic classstatic classclassclassstatic classDeprecated.static classprotected static classclassUsed to send discovery requests and responsesclassprotected static classclassHeader to measure round-trip times (in nanoseconds) for sync RPCs (https://issues.redhat.com/browse/JGRP-2604)static classstatic classstatic classclassGeneric transport header, used by TP.classMoved out ofUNICAST3into separate class.static classstatic classMethods in org.jgroups.protocols that return HeaderModifier and TypeMethodDescriptionprotected 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 HeaderModifier and TypeMethodDescriptionAuthHeader.create()BATCH.BatchHeader.create()BATCH2.Batch2Header.create()COMPRESS.CompressHeader.create()COUNTER.CounterHeader.create()DAISYCHAIN.DaisyHeader.create()DH_KEY_EXCHANGE.DhHeader.create()EncryptHeader.create()EXAMPLE.ExampleHeader.create()FailureDetection.HeartbeatHeader.create()FcHeader.create()FD_SOCK.FdHeader.create()FD_SOCK2.FdHeader.create()FORK.ForkHeader.create()Frag3Header.create()FragHeader.create()Locking.LockingHeader.create()MERGE3.MergeHeader.create()PERF.PerfHeader.create()PingHeader.create()ProtPerfHeader.create()RSVP.RsvpHeader.create()RTTHeader.create()SEQUENCER.SequencerHeader.create()SEQUENCER2.SequencerHeader.create()STOMP.StompHeader.create()TpHeader.create()UnicastHeader3.create()VERIFY_SUSPECT.VerifyHeader.create()VERIFY_SUSPECT2.VerifyHeader.create() -
Uses of Header in org.jgroups.protocols.pbcast
Subclasses of Header in org.jgroups.protocols.pbcastModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classclassHeader used byNAKACK2static classstatic classWraps data for a state request/response.static classMethods in org.jgroups.protocols.pbcast that return types with arguments of type Header -
Uses of Header in org.jgroups.protocols.relay
Subclasses of Header in org.jgroups.protocols.relayFields in org.jgroups.protocols.relay declared as HeaderMethods in org.jgroups.protocols.relay that return HeaderMethods in org.jgroups.protocols.relay that return types with arguments of type HeaderMethods in org.jgroups.protocols.relay with parameters of type Header -
Uses of Header in org.jgroups.tests
Subclasses of Header in org.jgroups.testsMethods in org.jgroups.tests that return types with arguments of type Header -
Uses of Header in org.jgroups.tests.perf
Subclasses of Header in org.jgroups.tests.perfMethods in org.jgroups.tests.perf that return types with arguments of type Header -
Uses of Header in org.jgroups.util
Methods in org.jgroups.util with type parameters of type HeaderModifier and TypeMethodDescriptionstatic <T extends Header>
TReturns the header associated with an IDstatic <T extends Header>
TReturns the header associated with a set of IDsMethods in org.jgroups.util that return HeaderModifier and TypeMethodDescriptionstatic Header[]static Header[]Adds hdr at the next available slot.private static HeaderHeaders.readHeader(DataInput in) static Header[]Headers.readHeaders(DataInput in) static Header[]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 HeaderMethods in org.jgroups.util with parameters of type HeaderModifier and TypeMethodDescriptionstatic Header[]static <T extends Header>
TReturns the header associated with an IDstatic <T extends Header>
TReturns the header associated with a set of IDsHeaders.getHeaders(Header[] hdrs) static intHeaders.marshalledSize(Header[] hdrs) static StringHeaders.printHeaders(Header[] hdrs) static Header[]Adds hdr at the next available slot.static Header[]Increases the capacity of the array and copies the contents of the old into the new arraystatic intprivate static voidHeaders.writeHeader(Header hdr, DataOutput out) static voidHeaders.writeHeaders(Header[] hdrs, DataOutput out)