| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаorg.keedio.storm.bolt.filter |
| Идентификатор | Идентификаторstorm-filterregex-bolt |
| Последняя версия | Последняя версия1.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеstorm filterregex bolt
This bolt receives a byte array and search for regex patterns configured in propery file; if the message
contains a whitelisted pattern then it's emitted to next bolt, other case the message is discarded.
If configured, you can get the patterns group indicated.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| storm-filterregex-bolt-1.0.6.pom | |
| storm-filterregex-bolt-1.0.6.jar | 165 KB |
| storm-filterregex-bolt-1.0.6-sources.jar | 6 KB |
| storm-filterregex-bolt-1.0.6-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/ -->
<dependency>
<groupId>org.keedio.storm.bolt.filter</groupId>
<artifactId>storm-filterregex-bolt</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/
implementation 'org.keedio.storm.bolt.filter:storm-filterregex-bolt:1.0.6'
// https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/
implementation ("org.keedio.storm.bolt.filter:storm-filterregex-bolt:1.0.6")
'org.keedio.storm.bolt.filter:storm-filterregex-bolt:jar:1.0.6'
<dependency org="org.keedio.storm.bolt.filter" name="storm-filterregex-bolt" rev="1.0.6">
<artifact name="storm-filterregex-bolt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.keedio.storm.bolt.filter', module='storm-filterregex-bolt', version='1.0.6')
)
libraryDependencies += "org.keedio.storm.bolt.filter" % "storm-filterregex-bolt" % "1.0.6"
[org.keedio.storm.bolt.filter/storm-filterregex-bolt "1.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.dropwizard.metrics : metrics-core | jar | 3.1.1 |
| com.googlecode.json-simple : json-simple | jar | 1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.storm : storm-core | jar | 0.9.2-incubating |
| org.apache.storm : storm-kafka | jar | 0.9.2-incubating |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |