Uses of Enum Class
org.graylog2.plugin.streams.Stream.MatchingType
Packages that use Stream.MatchingType
Package
Description
-
Uses of Stream.MatchingType in org.graylog2.plugin.streams
Fields in org.graylog2.plugin.streams declared as Stream.MatchingTypeMethods in org.graylog2.plugin.streams that return Stream.MatchingTypeModifier and TypeMethodDescriptionStream.getMatchingType()static Stream.MatchingTypeReturns the enum constant of this class with the specified name.static Stream.MatchingTypeStream.MatchingType.valueOfOrDefault(String name) static Stream.MatchingType[]Stream.MatchingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.plugin.streams with parameters of type Stream.MatchingType -
Uses of Stream.MatchingType in org.graylog2.rest.resources.streams.requests
Methods in org.graylog2.rest.resources.streams.requests that return Stream.MatchingTypeModifier and TypeMethodDescriptionabstract Stream.MatchingTypeCreateStreamRequest.matchingType() -
Uses of Stream.MatchingType in org.graylog2.streams
Fields in org.graylog2.streams declared as Stream.MatchingTypeModifier and TypeFieldDescriptionstatic final Stream.MatchingTypeStreamDTO.DEFAULT_MATCHING_TYPEMethods in org.graylog2.streams that return Stream.MatchingTypeMethods in org.graylog2.streams with parameters of type Stream.MatchingTypeModifier and TypeMethodDescriptionvoidStreamImpl.setMatchingType(Stream.MatchingType matchingType)