| 程序包 | 说明 |
|---|---|
| com.jn.langx.text.grok |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Grok
Grok parse arbitrary text and structure it. |
| 限定符和类型 | 方法和说明 |
|---|---|
GrokTemplate |
GrokCompiler.compile(String pattern)
Compiles a given Grok pattern and returns a Grok object which can parse the pattern.
|
GrokTemplate |
GrokCompiler.compile(String pattern,
boolean namedOnly) |
GrokTemplate |
GrokCompiler.compile(String pattern,
String timeZoneId,
boolean namedOnly)
Compiles a given Grok pattern and returns a Grok object which can parse the pattern.
|
Copyright © 2022. All rights reserved.