public interface StorageNodeMXBean
The information that is published to the <kvroot>/log/<storename>.stats and <kvroot>/log/<storename>.perf files is also available through this MBean, via the standard javax.management.Notification mechanism. An application may subscribe to notifications from a given Storage Node by adding a notification listener with the name "Oracle NoSQL Database:type=StorageNode"
| Modifier and Type | Method and Description |
|---|---|
int |
getCapacity()
Returns the number of Replication Nodes that can be hosted
on this Storage Node.
|
long |
getCollectorInterval()
Returns the collector service interval
|
String |
getHAHostname()
Returns the name of the network interface used for communication between
Replication Nodes
|
String |
getHaPortRange()
Returns the range of port numbers available for assigning to Replication
Nodes that are hosted on this Storage Node.
|
String |
getHostname()
Returns the name associated with the network interface on which this
Storage Node's registry listens.
|
int |
getLogFileCount()
Returns the number of log files that are kept.
|
int |
getLogFileLimit()
Returns the maximum size of log files.
|
int |
getMemoryMB()
Returns the amount of memory known to be available on this Storage Node,
in megabytes.
|
String |
getMountPoints()
Returns a list of file system mount points on which Replication Nodes
can be deployed
|
int |
getNumCPUs()
Returns the number of CPUs known to be available on this Storage Node.
|
int |
getRegistryPort()
Returns the port number of the Storage Node's RMI registry.
|
String |
getRootDirPath()
Returns the pathname of the store's root directory.
|
String |
getServiceStatus()
Returns the reported service status of the Storage Node.
|
int |
getSnId()
Returns the StorageNodeId number of this Storage Node.
|
String |
getStoreName()
Returns the configured name of the store to which this
Storage Node belongs.
|
boolean |
isHostingAdmin()
Returns true if this Storage Node hosts an Admin instance.
|
int getSnId()
String getServiceStatus()
boolean isHostingAdmin()
String getRootDirPath()
String getStoreName()
String getHaPortRange()
String getHAHostname()
int getRegistryPort()
int getCapacity()
String getHostname()
int getLogFileLimit()
int getLogFileCount()
int getMemoryMB()
int getNumCPUs()
String getMountPoints()
long getCollectorInterval()
Copyright (c) 2011, 2017 Oracle and/or its affiliates. All rights reserved.