Modifier and Type | Class and Description |
---|---|
class |
NameMatchingRefFilter<T extends Ref>
|
Modifier and Type | Method and Description |
---|---|
Filter<T> |
InformationService.getFilter()
Returns a
Filter that is used to determine if this information
source can provide information for a given target. |
Modifier and Type | Class and Description |
---|---|
class |
LivingVMFilter |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
DeadVMDecoratorProvider.getFilter() |
Filter<VmRef> |
LivingVMDecoratorProvider.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
HostIconDecoratorProvider.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
MainWindow.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader hostsVMsLoader) |
void |
MainWindow.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader hostsVMsLoader) |
void |
MainView.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader any) |
void |
MainView.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader any) |
Modifier and Type | Method and Description |
---|---|
Filter<T> |
DecoratorProvider.getFilter() |
Filter<HostRef> |
HostContextAction.getFilter()
The
Filter returned by this method is used to select what VMs
this HostContextAction is applicable to. |
Filter<VmRef> |
VMContextAction.getFilter()
The
Filter returned by this method is used to select what VMs
this VMContextAction is applicable to. |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
HostCpuServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
HostMemoryServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
HostOverviewServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
KillVMAction.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
NumaInformationServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
ThreadInformationServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
VmClassStatServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
VmCpuServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
VmGcServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
HeapDumperServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
JmxNotificationsViewServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
MemoryStatsServiceImpl.getFilter() |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
VmOverviewServiceImpl.getFilter() |
Copyright © 2013. All rights reserved.