mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
renamed namespace com.logstash to org.logstash
few auto-rename glitches fixes few auto-rename glitches fixes few auto-rename glitches fixes few auto-rename glitches fixes few auto-rename glitches fixes
This commit is contained in:
parent
ce68fb4706
commit
5824080871
55 changed files with 96 additions and 102 deletions
|
@ -6,12 +6,12 @@ module LogStash
|
|||
|
||||
# clear the global compiled templates cache
|
||||
def clear_cache
|
||||
Java::ComLogstash::StringInterpolation.get_instance.clear_cache;
|
||||
Java::OrgLogstash::StringInterpolation.get_instance.clear_cache;
|
||||
end
|
||||
|
||||
# @return [Fixnum] the compiled templates cache size
|
||||
def cache_size
|
||||
Java::ComLogstash::StringInterpolation.get_instance.cache_size;
|
||||
Java::OrgLogstash::StringInterpolation.get_instance.cache_size;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue