class ClientInfo extends AnyRef
This class provides detailed information about cache client.
- Alphabetic
- By Inheritance
- ClientInfo
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getAppName: String
Gets Application's Name.
Gets Application's Name.
- returns
The name of the application.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getClientID: String
Gets client id.
Gets client id.
- returns
The unique id of client.
-
def
getCores: Int
Get the available cores of the cache client.
Get the available cores of the cache client.
- returns
The available cores of the cache client.
-
def
getMacAddress: String
Gets the mac address of the cache client.
Gets the mac address of the cache client.
- returns
The mac address of the cache client.
-
def
getMachineName: String
Gets the machine name of the cache client.
Gets the machine name of the cache client.
- returns
The machine name of the cache client.
-
def
getProcessID: Int
Gets the process id of the cache client.
Gets the process id of the cache client.
- returns
The process id of the cache client.
-
def
getStatus: ConnectivityStatus
Gets the connectivity status of the cache client.
Gets the connectivity status of the cache client.
- returns
The connectivity status of the cache client.
-
def
getiPAddress: InetAddress
Gets the ip address of the cache client.
Gets the ip address of the cache client.
- returns
The ipAddress of client.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
setAppName(appName: String): Unit
Sets Application's Name.
Sets Application's Name.
- appName
The name to be given to application.
-
def
setClientID(clientID: String): Unit
Sets client id.
Sets client id.
- clientID
Unique id of client.
-
def
setCores(cores: Int): Unit
Sets the available cores of the cache client.
-
def
setMacAddress(macAddress: String): Unit
Sets the mac address of the cache client.
Sets the mac address of the cache client.
- macAddress
The mac address of the client.
-
def
setMachineName(machineName: String): Unit
Sets the machine name of the cache client.
Sets the machine name of the cache client.
- machineName
The machine name of the cache client.
-
def
setProcessID(processID: Int): Unit
Sets the process id of the cache client.
Sets the process id of the cache client.
- processID
The process id of the cache client.
-
def
setStatus(status: ConnectivityStatus): Unit
Sets the connectivity status of the cache client.
Sets the connectivity status of the cache client.
- status
The connectivity status of the cache client.
-
def
setiPAddress(iPAddress: InetAddress): Unit
Sets the ip Address of the cache client.
Sets the ip Address of the cache client.
- iPAddress
The ip address of the client.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated