Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(long, T) - Method in interface io.camunda.zeebe.broker.client.api.BrokerResponseConsumer
- addBrokerIfAbsent(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- addPartitionFollower(int, int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- addPartitionIfAbsent(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- addPartitionInactive(int, int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- addressesSpecificPartition() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- addressesSpecificPartition() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- addTopologyListener(BrokerTopologyListener) - Method in interface io.camunda.zeebe.broker.client.api.BrokerTopologyManager
-
Adds the topology listener.
- addTopologyListener(BrokerTopologyListener) - Method in class io.camunda.zeebe.broker.client.impl.BrokerTopologyManagerImpl
B
- brokerAdded(MemberId) - Method in interface io.camunda.zeebe.broker.client.api.BrokerTopologyListener
- BrokerClient - Interface in io.camunda.zeebe.broker.client.api
- BrokerClientException - Exception Class in io.camunda.zeebe.broker.client.api
-
Represents exceptional errors that occur in the gateway-broker client on the broker side, e.g.
- BrokerClientException(String) - Constructor for exception class io.camunda.zeebe.broker.client.api.BrokerClientException
- BrokerClientException(String, Throwable) - Constructor for exception class io.camunda.zeebe.broker.client.api.BrokerClientException
- BrokerClientException(Throwable) - Constructor for exception class io.camunda.zeebe.broker.client.api.BrokerClientException
- BrokerClientImpl - Class in io.camunda.zeebe.broker.client.impl
- BrokerClientImpl(Duration, MessagingService, ClusterEventService, ActorSchedulingService, BrokerTopologyManager) - Constructor for class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
- BrokerClientMetrics - Class in io.camunda.zeebe.broker.client.impl
- BrokerClientTopologyMetrics - Class in io.camunda.zeebe.broker.client.impl
- BrokerClientTopologyMetrics() - Constructor for class io.camunda.zeebe.broker.client.impl.BrokerClientTopologyMetrics
- BrokerClusterState - Interface in io.camunda.zeebe.broker.client.api
- BrokerClusterStateImpl - Class in io.camunda.zeebe.broker.client.impl
- BrokerClusterStateImpl() - Constructor for class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- BrokerClusterStateImpl(BrokerClusterStateImpl) - Constructor for class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- BrokerError - Record Class in io.camunda.zeebe.broker.client.api.dto
- BrokerError(ErrorResponse) - Constructor for record class io.camunda.zeebe.broker.client.api.dto.BrokerError
- BrokerError(ErrorCode, String) - Constructor for record class io.camunda.zeebe.broker.client.api.dto.BrokerError
-
Creates an instance of a
BrokerErrorrecord class. - BrokerErrorException - Exception Class in io.camunda.zeebe.broker.client.api
- BrokerErrorException(BrokerError) - Constructor for exception class io.camunda.zeebe.broker.client.api.BrokerErrorException
- BrokerErrorException(BrokerError, Throwable) - Constructor for exception class io.camunda.zeebe.broker.client.api.BrokerErrorException
- BrokerErrorResponse<T> - Class in io.camunda.zeebe.broker.client.api.dto
- BrokerErrorResponse(BrokerError) - Constructor for class io.camunda.zeebe.broker.client.api.dto.BrokerErrorResponse
- BrokerExecuteCommand<T> - Class in io.camunda.zeebe.broker.client.api.dto
- BrokerExecuteCommand(ValueType, Intent) - Constructor for class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- BrokerRejection - Record Class in io.camunda.zeebe.broker.client.api.dto
-
Represents a command rejection from the broker.
- BrokerRejection(Intent, long, RejectionType, String) - Constructor for record class io.camunda.zeebe.broker.client.api.dto.BrokerRejection
-
Creates an instance of a
BrokerRejectionrecord class. - BrokerRejection(Intent, long, RejectionType, DirectBuffer) - Constructor for record class io.camunda.zeebe.broker.client.api.dto.BrokerRejection
- BrokerRejectionException - Exception Class in io.camunda.zeebe.broker.client.api
-
A client command was rejected by the broker.
- BrokerRejectionException(BrokerRejection) - Constructor for exception class io.camunda.zeebe.broker.client.api.BrokerRejectionException
- BrokerRejectionException(BrokerRejection, Throwable) - Constructor for exception class io.camunda.zeebe.broker.client.api.BrokerRejectionException
- BrokerRejectionResponse<T> - Class in io.camunda.zeebe.broker.client.api.dto
- BrokerRejectionResponse(BrokerRejection) - Constructor for class io.camunda.zeebe.broker.client.api.dto.BrokerRejectionResponse
- brokerRemoved(MemberId) - Method in interface io.camunda.zeebe.broker.client.api.BrokerTopologyListener
- BrokerRequest<T> - Class in io.camunda.zeebe.broker.client.api.dto
- BrokerRequest(int, int) - Constructor for class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- BrokerResponse<T> - Class in io.camunda.zeebe.broker.client.api.dto
- BrokerResponse() - Constructor for class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- BrokerResponse(T) - Constructor for class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- BrokerResponse(T, int, long) - Constructor for class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- BrokerResponseConsumer<T> - Interface in io.camunda.zeebe.broker.client.api
- BrokerResponseException - Exception Class in io.camunda.zeebe.broker.client.api
- BrokerResponseException(String) - Constructor for exception class io.camunda.zeebe.broker.client.api.BrokerResponseException
- BrokerResponseException(String, Throwable) - Constructor for exception class io.camunda.zeebe.broker.client.api.BrokerResponseException
- BrokerResponseException(Throwable) - Constructor for exception class io.camunda.zeebe.broker.client.api.BrokerResponseException
- BrokerTopologyListener - Interface in io.camunda.zeebe.broker.client.api
-
Listener which will be notified when a broker is added or removed from the topology.
- BrokerTopologyManager - Interface in io.camunda.zeebe.broker.client.api
- BrokerTopologyManagerImpl - Class in io.camunda.zeebe.broker.client.impl
- BrokerTopologyManagerImpl(Supplier<Set<Member>>) - Constructor for class io.camunda.zeebe.broker.client.impl.BrokerTopologyManagerImpl
C
- close() - Method in interface io.camunda.zeebe.broker.client.api.BrokerClient
- close() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
- code() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerError
-
Returns the value of the
coderecord component.
D
- determinePartition(BrokerTopologyManager) - Method in interface io.camunda.zeebe.broker.client.api.RequestDispatchStrategy
- determinePartition(BrokerTopologyManager) - Method in class io.camunda.zeebe.broker.client.impl.RoundRobinDispatchStrategy
E
- equals(Object) - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerError
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerRejection
-
Indicates whether some other object is "equal to" this one.
- error - Variable in exception class io.camunda.zeebe.broker.client.api.BrokerErrorException
- errorResponse - Variable in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- ErrorResponseHandler - Class in io.camunda.zeebe.broker.client.impl
- ErrorResponseHandler() - Constructor for class io.camunda.zeebe.broker.client.impl.ErrorResponseHandler
- event(ClusterMembershipEvent) - Method in class io.camunda.zeebe.broker.client.impl.BrokerTopologyManagerImpl
G
- getAuthorization() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- getBrokerAddress(int) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getBrokerAddress(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getBrokerId() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- getBrokers() - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getBrokers() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getBrokerVersion(int) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getBrokerVersion(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getClusterConfiguration() - Method in interface io.camunda.zeebe.broker.client.api.BrokerTopologyManager
-
Returns the current cluster topology.
- getClusterConfiguration() - Method in class io.camunda.zeebe.broker.client.impl.BrokerTopologyManagerImpl
- getClusterSize() - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getClusterSize() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getCode() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerError
- getCurrentPartitionId() - Method in class io.camunda.zeebe.broker.client.impl.PartitionIdIterator
- getError() - Method in exception class io.camunda.zeebe.broker.client.api.BrokerErrorException
- getError() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerErrorResponse
- getError() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- getErrorCode() - Method in class io.camunda.zeebe.broker.client.impl.ErrorResponseHandler
- getErrorMessage() - Method in class io.camunda.zeebe.broker.client.impl.ErrorResponseHandler
- getFollowersForPartition(int) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getFollowersForPartition(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getInactiveNodesForPartition(int) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getInactiveNodesForPartition(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getIntent() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- getKey() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- getKey() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- getLeaderForPartition(int) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getLeaderForPartition(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getLength() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- getMessage() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerError
- getName() - Method in class io.camunda.zeebe.broker.client.impl.BrokerTopologyManagerImpl
- getOperationReference() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- getPartition(int) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getPartition(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getPartitionHealth(int, int) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getPartitionHealth(int, int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getPartitionId() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- getPartitionId() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- getPartitionId() - Method in exception class io.camunda.zeebe.broker.client.api.PartitionInactiveException
- getPartitionId() - Method in exception class io.camunda.zeebe.broker.client.api.PartitionNotFoundException
- getPartitions() - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getPartitions() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getPartitionsCount() - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getPartitionsCount() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getRandomBroker() - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getRandomBroker() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getRejection() - Method in exception class io.camunda.zeebe.broker.client.api.BrokerRejectionException
- getRejection() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRejectionResponse
- getRejection() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- getReplicationFactor() - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- getReplicationFactor() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- getRequestType() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- getRequestWriter() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- getResponse() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- getResponse(DirectBuffer) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- getTopology() - Method in interface io.camunda.zeebe.broker.client.api.BrokerTopologyManager
-
Returns live topology that includes which brokers are available, who is leader for each partition, etc.
- getTopology() - Method in class io.camunda.zeebe.broker.client.impl.BrokerTopologyManagerImpl
- getTopologyManager() - Method in interface io.camunda.zeebe.broker.client.api.BrokerClient
- getTopologyManager() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
- getType() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- getType() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- getValueType() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
H
- handlesResponse(MessageHeaderDecoder) - Method in class io.camunda.zeebe.broker.client.impl.ErrorResponseHandler
- hashCode() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerError
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerRejection
-
Returns a hash code value for this object.
- hasNext() - Method in class io.camunda.zeebe.broker.client.impl.PartitionIdIterator
- headerDecoder - Variable in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
I
- IllegalBrokerResponseException - Exception Class in io.camunda.zeebe.broker.client.api
- IllegalBrokerResponseException(String) - Constructor for exception class io.camunda.zeebe.broker.client.api.IllegalBrokerResponseException
- IllegalBrokerResponseException(String, Throwable) - Constructor for exception class io.camunda.zeebe.broker.client.api.IllegalBrokerResponseException
- IllegalBrokerResponseException(Throwable) - Constructor for exception class io.camunda.zeebe.broker.client.api.IllegalBrokerResponseException
- intent() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerRejection
-
Returns the value of the
intentrecord component. - io.camunda.zeebe.broker.client.api - package io.camunda.zeebe.broker.client.api
- io.camunda.zeebe.broker.client.api.dto - package io.camunda.zeebe.broker.client.api.dto
- io.camunda.zeebe.broker.client.impl - package io.camunda.zeebe.broker.client.impl
- isError() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerErrorResponse
- isError() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- isErrorResponse(DirectBuffer) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- isInitialized() - Method in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- isInitialized() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- isRejection() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- isRejection() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRejectionResponse
- isRejection() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- isResponse() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- isValidResponse() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- isValidResponse(DirectBuffer) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
K
- key() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerRejection
-
Returns the value of the
keyrecord component.
L
- LOG - Static variable in class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
M
- message() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerError
-
Returns the value of the
messagerecord component.
N
- next() - Method in class io.camunda.zeebe.broker.client.impl.PartitionIdIterator
- NODE_ID_NULL - Static variable in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- NoTopologyAvailableException - Exception Class in io.camunda.zeebe.broker.client.api
- NoTopologyAvailableException() - Constructor for exception class io.camunda.zeebe.broker.client.api.NoTopologyAvailableException
- NoTopologyAvailableException(String) - Constructor for exception class io.camunda.zeebe.broker.client.api.NoTopologyAvailableException
- NoTopologyAvailableException(String, Throwable) - Constructor for exception class io.camunda.zeebe.broker.client.api.NoTopologyAvailableException
O
- onActorStarted() - Method in class io.camunda.zeebe.broker.client.impl.BrokerTopologyManagerImpl
- onClusterConfigurationUpdated(ClusterConfiguration) - Method in class io.camunda.zeebe.broker.client.impl.BrokerTopologyManagerImpl
P
- PARTITION_ID_NULL - Static variable in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- PartitionIdIterator - Class in io.camunda.zeebe.broker.client.impl
- PartitionIdIterator(int, int, BrokerTopologyManager) - Constructor for class io.camunda.zeebe.broker.client.impl.PartitionIdIterator
- PartitionInactiveException - Exception Class in io.camunda.zeebe.broker.client.api
-
Represents an exceptional error that occurs when a request is trying to be sent to an inactive partition.
- PartitionInactiveException(int) - Constructor for exception class io.camunda.zeebe.broker.client.api.PartitionInactiveException
- PartitionInactiveException(String, int) - Constructor for exception class io.camunda.zeebe.broker.client.api.PartitionInactiveException
- PartitionNotFoundException - Exception Class in io.camunda.zeebe.broker.client.api
-
Represents an exceptional error that occurs when a partition can not be found.
- PartitionNotFoundException(int) - Constructor for exception class io.camunda.zeebe.broker.client.api.PartitionNotFoundException
- PartitionNotFoundException(String, int) - Constructor for exception class io.camunda.zeebe.broker.client.api.PartitionNotFoundException
- PartitionNotFoundException(String, Throwable, int) - Constructor for exception class io.camunda.zeebe.broker.client.api.PartitionNotFoundException
R
- readResponse() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- readResponse() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- reason() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerRejection
-
Returns the value of the
reasonrecord component. - registerFailedRequest(long, String, String) - Static method in class io.camunda.zeebe.broker.client.impl.BrokerClientMetrics
- registerSuccessfulRequest(long, String, long) - Static method in class io.camunda.zeebe.broker.client.impl.BrokerClientMetrics
- removeBroker(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- removeTopologyListener(BrokerTopologyListener) - Method in interface io.camunda.zeebe.broker.client.api.BrokerTopologyManager
-
Removes the given topology listener by identity.
- removeTopologyListener(BrokerTopologyListener) - Method in class io.camunda.zeebe.broker.client.impl.BrokerTopologyManagerImpl
- request - Variable in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- requestDispatchStrategy() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- RequestDispatchStrategy - Interface in io.camunda.zeebe.broker.client.api
-
Implementations must be thread-safe.
- RequestRetriesExhaustedException - Exception Class in io.camunda.zeebe.broker.client.api
- RequestRetriesExhaustedException() - Constructor for exception class io.camunda.zeebe.broker.client.api.RequestRetriesExhaustedException
- requiresPartitionId() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- requiresPartitionId() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- response - Variable in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- roundRobin() - Static method in interface io.camunda.zeebe.broker.client.api.RequestDispatchStrategy
-
Returns a dispatch strategy which will perform a stateful round robin between the partitions.
- RoundRobinDispatchStrategy - Class in io.camunda.zeebe.broker.client.impl
-
Return the next partition using a round-robin strategy, but skips the partitions where there is no leader at the moment.
- RoundRobinDispatchStrategy() - Constructor for class io.camunda.zeebe.broker.client.impl.RoundRobinDispatchStrategy
S
- schemaId - Variable in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- sendRequest(BrokerRequest<T>) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClient
-
Sends a request to the partition if request specifies a partition, otherwise assign a partition send it to it.
- sendRequest(BrokerRequest<T>) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
- sendRequest(BrokerRequest<T>, Duration) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClient
-
Sends a request to the partition if request specifies a partition, otherwise assign a partition send it to it.
- sendRequest(BrokerRequest<T>, Duration) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
- sendRequestWithRetry(BrokerRequest<T>) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClient
-
Sends a request to the partition if request specifies a partition, otherwise assign a partition send it to it.
- sendRequestWithRetry(BrokerRequest<T>) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
- sendRequestWithRetry(BrokerRequest<T>, BrokerResponseConsumer<T>, Consumer<Throwable>) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClient
-
Sends a request to the partition if request specifies a partition, otherwise assign a partition send it to it.
- sendRequestWithRetry(BrokerRequest<T>, BrokerResponseConsumer<T>, Consumer<Throwable>) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
- sendRequestWithRetry(BrokerRequest<T>, Duration) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClient
-
Sends a request to the partition if request specifies a partition, otherwise assign a partition send it to it.
- sendRequestWithRetry(BrokerRequest<T>, Duration) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
- serializeValue() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- setAuthorization(String) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- setAuthorization(String) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- setBrokerAddressIfPresent(int, String) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- setBrokerVersionIfPresent(int, String) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- setClusterSize(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- setFollower(int, int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientTopologyMetrics
- setLeaderForPartition(int, int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientTopologyMetrics
- setOperationReference(long) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- setPartitionHealthStatus(int, int, PartitionHealthStatus) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- setPartitionId(int) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- setPartitionId(int) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- setPartitionLeader(int, int, long) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- setPartitionsCount(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- setReplicationFactor(int) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- setSerializedValue(DirectBuffer) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- setSerializedValue(DirectBuffer) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- start() - Method in interface io.camunda.zeebe.broker.client.api.BrokerClient
-
Starts broker client and associated services.
- start() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
- subscribeJobAvailableNotification(String, Consumer<String>) - Method in interface io.camunda.zeebe.broker.client.api.BrokerClient
- subscribeJobAvailableNotification(String, Consumer<String>) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClientImpl
- syncPartitions(int, Set<Integer>) - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
-
Syncs the partitions of the given node with the local state.
T
- templateId - Variable in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- toResponseDto(DirectBuffer) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- toString() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerError
-
Returns a string representation of this record class.
- toString() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerErrorResponse
- toString() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerRejection
-
Returns a string representation of this record class.
- toString() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRejectionResponse
- toString() - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerResponse
- toString() - Method in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- type() - Method in record class io.camunda.zeebe.broker.client.api.dto.BrokerRejection
-
Returns the value of the
typerecord component.
U
- UNINITIALIZED_CLUSTER_SIZE - Static variable in class io.camunda.zeebe.broker.client.impl.BrokerClusterStateImpl
- UNKNOWN_NODE_ID - Static variable in interface io.camunda.zeebe.broker.client.api.BrokerClusterState
- UnsupportedBrokerResponseException - Exception Class in io.camunda.zeebe.broker.client.api
- UnsupportedBrokerResponseException(int, int, int, int) - Constructor for exception class io.camunda.zeebe.broker.client.api.UnsupportedBrokerResponseException
- UnsupportedBrokerResponseException(String, String) - Constructor for exception class io.camunda.zeebe.broker.client.api.UnsupportedBrokerResponseException
W
- wrap(DirectBuffer, int, int, int) - Method in class io.camunda.zeebe.broker.client.impl.ErrorResponseHandler
- wrapErrorResponse(DirectBuffer) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- wrapResponse(DirectBuffer) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
- wrapResponse(DirectBuffer) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- wrapResponseHeader(DirectBuffer) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerRequest
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.broker.client.api.dto.BrokerExecuteCommand
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form