JavaScript is disabled on your browser.
Skip navigation links
Red Hat JBoss Enterprise Application Platform 8.1.0.GA + JBoss EAP XP 6.0.0.GA
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.activemq.artemis.core.server.routing.caches
Interface Cache
All Known Implementing Classes:
LocalCache
public interface
Cache
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
get
(
String
key)
void
put
(
String
key,
String
nodeId)
void
start
()
void
stop
()
Method Details
start
void
start
()
stop
void
stop
()
get
String
get
(
String
key)
put
void
put
(
String
key,
String
nodeId)