Skip navigation links
A B C E F G H I K M O P R S T V W 

A

addPartition(Integer, PartitionOffsetInfo) - Method in class org.jresearch.gavka.domain.TopicInfo
 
addPartitionInfo(Integer, PartitionInfoForConsumerGroup) - Method in class org.jresearch.gavka.domain.ConsumerGroupForTopic
 

B

build() - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter.Builder
builder() - Static method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Creates a builder for ImmutableMessageFilter.

C

ConsumerGroupForTopic - Class in org.jresearch.gavka.domain
 
ConsumerGroupForTopic() - Constructor for class org.jresearch.gavka.domain.ConsumerGroupForTopic
 
ConsumerGroupForTopic(String, Map<Integer, PartitionInfoForConsumerGroup>) - Constructor for class org.jresearch.gavka.domain.ConsumerGroupForTopic
 
copyOf(MessageFilter) - Static method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Creates an immutable copy of a MessageFilter value.

E

equals(Object) - Method in class org.jresearch.gavka.domain.ConsumerGroupForTopic
 
equals(Object) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
This instance is equal to all instances of ImmutableMessageFilter that have equal attribute values.
equals(Object) - Method in class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
equals(Object) - Method in class org.jresearch.gavka.domain.PartitionOffsetInfo
 
equals(Object) - Method in class org.jresearch.gavka.domain.TopicInfo
 

F

from(LocalDateTime) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter.Builder
Initializes the optional value from to from.
from(Optional<? extends LocalDateTime>) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter.Builder
Initializes the optional value from to from.
from() - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
 
from() - Method in interface org.jresearch.gavka.domain.MessageFilter
 

G

getConsumerGroups() - Method in class org.jresearch.gavka.domain.TopicInfo
 
getCurrentOffset() - Method in class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
getEndOffset() - Method in class org.jresearch.gavka.domain.PartitionOffsetInfo
 
getGroupId() - Method in class org.jresearch.gavka.domain.ConsumerGroupForTopic
 
getLag() - Method in class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
getName() - Method in class org.jresearch.gavka.domain.TopicInfo
 
getPartition() - Method in class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
getPartitionInfo() - Method in class org.jresearch.gavka.domain.ConsumerGroupForTopic
 
getPartitionNumber() - Method in class org.jresearch.gavka.domain.PartitionOffsetInfo
 
getPartitions() - Method in class org.jresearch.gavka.domain.TopicInfo
 
getStartOffset() - Method in class org.jresearch.gavka.domain.PartitionOffsetInfo
 

H

hashCode() - Method in class org.jresearch.gavka.domain.ConsumerGroupForTopic
 
hashCode() - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Computes a hash code from attributes: topic, key, valuePattern, from, keyFormat, messageFormat.
hashCode() - Method in class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
hashCode() - Method in class org.jresearch.gavka.domain.PartitionOffsetInfo
 
hashCode() - Method in class org.jresearch.gavka.domain.TopicInfo
 

I

ImmutableMessageFilter - Class in org.jresearch.gavka.domain
Immutable implementation of MessageFilter.
ImmutableMessageFilter.Builder - Class in org.jresearch.gavka.domain
Builds instances of type ImmutableMessageFilter.

K

key(String) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter.Builder
Initializes the value for the key attribute.
key() - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
 
key() - Method in interface org.jresearch.gavka.domain.MessageFilter
 
keyFormat(KeyFormat) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter.Builder
Initializes the value for the keyFormat attribute.
keyFormat() - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
 
keyFormat() - Method in interface org.jresearch.gavka.domain.MessageFilter
 

M

MessageFilter - Interface in org.jresearch.gavka.domain
 
messageFormat(MessageFormat) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter.Builder
Initializes the value for the messageFormat attribute.
messageFormat() - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
 
messageFormat() - Method in interface org.jresearch.gavka.domain.MessageFilter
 

O

org.jresearch.gavka.domain - package org.jresearch.gavka.domain
 

P

PartitionInfoForConsumerGroup - Class in org.jresearch.gavka.domain
 
PartitionInfoForConsumerGroup() - Constructor for class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
PartitionInfoForConsumerGroup(int, long, long) - Constructor for class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
PartitionOffsetInfo - Class in org.jresearch.gavka.domain
 
PartitionOffsetInfo() - Constructor for class org.jresearch.gavka.domain.PartitionOffsetInfo
 
PartitionOffsetInfo(long, long, long) - Constructor for class org.jresearch.gavka.domain.PartitionOffsetInfo
 

R

removePartition(Integer) - Method in class org.jresearch.gavka.domain.TopicInfo
 
removePartitionInfo(Integer) - Method in class org.jresearch.gavka.domain.ConsumerGroupForTopic
 

S

setConsumerGroups(List<ConsumerGroupForTopic>) - Method in class org.jresearch.gavka.domain.TopicInfo
 
setCurrentOffset(long) - Method in class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
setEndOffset(long) - Method in class org.jresearch.gavka.domain.PartitionOffsetInfo
 
setGroupId(String) - Method in class org.jresearch.gavka.domain.ConsumerGroupForTopic
 
setLag(long) - Method in class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
setName(String) - Method in class org.jresearch.gavka.domain.TopicInfo
 
setPartition(int) - Method in class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
setPartitionInfo(Map<Integer, PartitionInfoForConsumerGroup>) - Method in class org.jresearch.gavka.domain.ConsumerGroupForTopic
 
setPartitionNumber(long) - Method in class org.jresearch.gavka.domain.PartitionOffsetInfo
 
setPartitions(Map<Integer, PartitionOffsetInfo>) - Method in class org.jresearch.gavka.domain.TopicInfo
 
setStartOffset(long) - Method in class org.jresearch.gavka.domain.PartitionOffsetInfo
 

T

topic(String) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter.Builder
Initializes the value for the topic attribute.
topic() - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
 
topic() - Method in interface org.jresearch.gavka.domain.MessageFilter
 
TopicInfo - Class in org.jresearch.gavka.domain
 
TopicInfo() - Constructor for class org.jresearch.gavka.domain.TopicInfo
 
TopicInfo(String, List<ConsumerGroupForTopic>, Map<Integer, PartitionOffsetInfo>) - Constructor for class org.jresearch.gavka.domain.TopicInfo
 
toString() - Method in class org.jresearch.gavka.domain.ConsumerGroupForTopic
 
toString() - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Prints the immutable value MessageFilter with attribute values.
toString() - Method in class org.jresearch.gavka.domain.PartitionInfoForConsumerGroup
 
toString() - Method in class org.jresearch.gavka.domain.TopicInfo
 

V

valuePattern(String) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter.Builder
Initializes the value for the valuePattern attribute.
valuePattern() - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
 
valuePattern() - Method in interface org.jresearch.gavka.domain.MessageFilter
 

W

withFrom(LocalDateTime) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Copy the current immutable object by setting a present value for the optional from attribute.
withFrom(Optional<? extends LocalDateTime>) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Copy the current immutable object by setting an optional value for the from attribute.
withKey(String) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Copy the current immutable object by setting a value for the key attribute.
withKeyFormat(KeyFormat) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Copy the current immutable object by setting a value for the keyFormat attribute.
withMessageFormat(MessageFormat) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Copy the current immutable object by setting a value for the messageFormat attribute.
withTopic(String) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Copy the current immutable object by setting a value for the topic attribute.
withValuePattern(String) - Method in class org.jresearch.gavka.domain.ImmutableMessageFilter
Copy the current immutable object by setting a value for the valuePattern attribute.
A B C E F G H I K M O P R S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.