Modifier and Type | Method and Description |
---|---|
Set<String> |
MockOperationManager.listSuffixes(ListSuffixOperationContext opContext) |
Set<String> |
DefaultOperationManager.listSuffixes(ListSuffixOperationContext opContext)
TODO document after determining if this method should be here.
|
Set<String> |
OperationManager.listSuffixes(ListSuffixOperationContext opContext)
TODO document after determining if this method should be here.
|
Set<String> |
MockInterceptor.listSuffixes(NextInterceptor next,
ListSuffixOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
AuthenticationInterceptor.listSuffixes(NextInterceptor next,
ListSuffixOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
InterceptorChain.listSuffixes(ListSuffixOperationContext opContext) |
Set<String> |
NextInterceptor.listSuffixes(ListSuffixOperationContext opContext)
Calls the next interceptor's
Interceptor.listSuffixes( NextInterceptor, ListSuffixOperationContext ) . |
Set<String> |
Interceptor.listSuffixes(NextInterceptor next,
ListSuffixOperationContext opContext)
Filters
DefaultPartitionNexus#listSuffixes( ListSuffixOperationContext ) call. |
Set<String> |
BaseInterceptor.listSuffixes(NextInterceptor next,
ListSuffixOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
DefaultPartitionNexus.listSuffixes(ListSuffixOperationContext emptyContext) |
Set<String> |
PartitionNexus.listSuffixes(ListSuffixOperationContext emptyContext)
Gets an iteration over the Name suffixes of the partitions managed by this
DefaultPartitionNexus . |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.