Package | Description |
---|---|
org.apache.qpid.server.exchange.topic |
Modifier and Type | Field and Description |
---|---|
static TopicWord |
TopicWord.ANY_WORD |
static TopicWord |
TopicWord.WILDCARD_WORD |
Modifier and Type | Method and Description |
---|---|
TopicWord |
TopicWordDictionary.getOrCreateWord(String name) |
TopicWord |
TopicWordDictionary.getWord(String name) |
Modifier and Type | Method and Description |
---|---|
TopicMatcherDFAState |
TopicMatcherDFAState.nextState(TopicWord word) |
Constructor and Description |
---|
TopicMatcherDFAState(Map<TopicWord,TopicMatcherDFAState> nextStateMap,
Collection<TopicMatcherResult> results) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.