A B C D E F G H I K L M N P R S T U V
すべてのクラス すべてのパッケージ
すべてのクラス すべてのパッケージ
すべてのクラス すべてのパッケージ
A
- adapter - クラス の変数io.github.kaginawa.sdk.Report
- adapter(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets an adapter name.
- agentVersion - クラス の変数io.github.kaginawa.sdk.Report
- agentVersion(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets an agent version.
B
- bdLocalDevices - クラス の変数io.github.kaginawa.sdk.Report
- bdLocalDevices(List<String>) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a list of Bluetooth local devices.
- bootTime - クラス の変数io.github.kaginawa.sdk.Report
- bootTime(long) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a boot time.
- bootTime(ZonedDateTime) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a boot time using
ZonedDateTime. - build() - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Returns a new
Reportbuilt from the current state of this builder. - build() - クラス のメソッドio.github.kaginawa.sdk.SshServer.Builder
-
Returns a new
SshServerbuilt from the current state of this builder.
C
- command(String, String, String, String, String, int) - クラス のメソッドio.github.kaginawa.sdk.KaginawaClient
-
Executes a command.
- customId - クラス の変数io.github.kaginawa.sdk.Report
- customId(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a custom ID.
D
- deviceTime - クラス の変数io.github.kaginawa.sdk.Report
- deviceTime(long) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a device time.
- deviceTime(ZonedDateTime) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a device time using
ZonedDateTime. - diskDevice - クラス の変数io.github.kaginawa.sdk.Report
- diskDevice(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a disk device name.
- diskFilesystem - クラス の変数io.github.kaginawa.sdk.Report
- diskFilesystem(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a disk filesystem name.
- diskLabel - クラス の変数io.github.kaginawa.sdk.Report
- diskLabel(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a disk label.
- diskMountPoint - クラス の変数io.github.kaginawa.sdk.Report
- diskMountPoint(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a disk mount point.
- diskTotalBytes - クラス の変数io.github.kaginawa.sdk.Report
- diskTotalBytes(long) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a total disk space in bytes.
- diskUsedBytes - クラス の変数io.github.kaginawa.sdk.Report
- diskUsedBytes(long) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a used disk space in bytes.
- downloadKbps - クラス の変数io.github.kaginawa.sdk.Report
- downloadKbps(long) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a download throughput in kbps (kilo bit per second).
E
- errors - クラス の変数io.github.kaginawa.sdk.Report
- errors(List<String>) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a list of error messages.
F
- findNodeById(String) - クラス のメソッドio.github.kaginawa.sdk.KaginawaClient
-
Retrieves a single Kaginawa node.
- findSshServerByHostname(String) - クラス のメソッドio.github.kaginawa.sdk.KaginawaClient
-
Retrieves a SSH server information by given hostname.
G
- genMillis - クラス の変数io.github.kaginawa.sdk.Report
- genMillis(long) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a generation time in milliseconds.
- getAdapter() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the name of network adapter, source of the MAC address.
- getAgentVersion() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the Kaginawa software version.
- getApiKey() - クラス のメソッドio.github.kaginawa.sdk.KaginawaClient
-
Returns an API key.
- getBdLocalDevices() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the list of detected bluetooth devices.
- getBootTime() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the process started time on the device.
- getBootTimeAsLong() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the process started UTC Unix timestamp in seconds on the device.
- getCustomId() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the user-specified device identification string.
- getDeviceTime() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the initiated time on the device.
- getDeviceTimeAsLong() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the initiated UTC Unix timestamp in seconds on the device.
- getDiskDevice() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the device name of the disk.
- getDiskFilesystem() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the filesystem name of the disk.
- getDiskLabel() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the disk label.
- getDiskMountPoint() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the mount point of the disk (default is root).
- getDiskTotalBytes() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the total disk space in bytes.
- getDiskUsedBytes() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the used disk space in bytes.
- getDiskUtilizationPercentage() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the disk utilization percentage.
- getDownloadKbps() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the measured download throughput in kbps.
- getEndpoint() - クラス のメソッドio.github.kaginawa.sdk.KaginawaClient
-
Returns an endpoint URL.
- getErrors() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the list of report generation errors.
- getGenMillis() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the report generation time in milliseconds.
- getGlobalHost() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the reverse-lookup result for global IP address.
- getGlobalIp() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the global IP address.
- getHost() - クラス のメソッドio.github.kaginawa.sdk.SshServer
-
Returns the host name.
- getHostname() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the hostname of the device.
- getHttpStatus() - 例外 のメソッドio.github.kaginawa.sdk.KaginawaServerException
-
HTTP status.
- getId() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the device identification string, commonly hardware MAC address.
- getKernelVersion() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the kernel version or OS version.
- getKey() - クラス のメソッドio.github.kaginawa.sdk.SshServer
-
Returns the key.
- getLocalIpV4() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the local IP v4 address.
- getLocalIpV6() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the local IP v6 address.
- getLocation() - クラス のメソッドio.github.kaginawa.sdk.Report.UsbDevice
- getName() - クラス のメソッドio.github.kaginawa.sdk.Report.UsbDevice
- getPassword() - クラス のメソッドio.github.kaginawa.sdk.SshServer
-
Returns the password.
- getPort() - クラス のメソッドio.github.kaginawa.sdk.SshServer
-
Returns the port number.
- getProductId() - クラス のメソッドio.github.kaginawa.sdk.Report.UsbDevice
- getRttMillis() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the measured round trip time in milliseconds.
- getRuntime() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the runtime environment information such as OS name and CPU architecture.
- getSequence() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the number of reports generated since process start.
- getServerTime() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the server-consumed time.
- getServerTimeAsLong() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the server-consumed UTC Unix timestamp in seconds.
- getSshConnectTime() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the connected time to the SSH server.
- getSshConnectTimeAsLong() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the connected UTC Unix timestamp in seconds to the SSH server.
- getSshRemotePort() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the port number of the connected SSH server.
- getSshServerHost() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the hostname of the connected SSH server.
- getTrigger() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the reason of report initiation.
- getUploadKbps() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the measured upload throughput in kbps.
- getUsbDevices() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the list of detected usb devices.
- getUser() - クラス のメソッドio.github.kaginawa.sdk.SshServer
-
Returns the user name.
- getVendorId() - クラス のメソッドio.github.kaginawa.sdk.Report.UsbDevice
- globalHost - クラス の変数io.github.kaginawa.sdk.Report
- globalHost(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a local host name.
- globalIp - クラス の変数io.github.kaginawa.sdk.Report
- globalIp(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a global IPv4 address.
H
- host - クラス の変数io.github.kaginawa.sdk.SshServer
- host(String) - クラス のメソッドio.github.kaginawa.sdk.SshServer.Builder
-
Sets a host name.
- hostname - クラス の変数io.github.kaginawa.sdk.Report
- hostname(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a hostname.
I
- id - クラス の変数io.github.kaginawa.sdk.Report
- id(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets an ID.
- io.github.kaginawa.examples.command - パッケージ io.github.kaginawa.examples.command
- io.github.kaginawa.examples.hello - パッケージ io.github.kaginawa.examples.hello
- io.github.kaginawa.sdk - モジュール io.github.kaginawa.sdk
- io.github.kaginawa.sdk - パッケージ io.github.kaginawa.sdk
-
Kaginawa SDK for Java.
- isSuccess() - クラス のメソッドio.github.kaginawa.sdk.Report
-
Returns the shorthand of errors.size() == 0.
K
- KaginawaClient - io.github.kaginawa.sdkのクラス
-
API client for the Kaginawa Server.
- KaginawaClient(String, String) - クラス のコンストラクタio.github.kaginawa.sdk.KaginawaClient
-
Constructs a
KaginawaClient. - KaginawaClient(String, String, ProxySelector) - クラス のコンストラクタio.github.kaginawa.sdk.KaginawaClient
-
Constructs a
KaginawaClientwith proxy configuration. - KaginawaCommand - io.github.kaginawa.examples.commandのクラス
-
Basic command executing example of the Kaginawa SDK for Java.
- KaginawaCommand() - クラス のコンストラクタio.github.kaginawa.examples.command.KaginawaCommand
- KaginawaHello - io.github.kaginawa.examples.helloのクラス
-
Basic query example of the Kaginawa SDK for Java.
- KaginawaHello() - クラス のコンストラクタio.github.kaginawa.examples.hello.KaginawaHello
- KaginawaServerException - io.github.kaginawa.sdkの例外
-
An
Exceptionsubclass that occurs when error communicating with Kaginawa Server. - KaginawaServerException(String, int) - 例外 のコンストラクタio.github.kaginawa.sdk.KaginawaServerException
-
Constructs the exception with HTTP status code.
- KaginawaServerException(String, Throwable) - 例外 のコンストラクタio.github.kaginawa.sdk.KaginawaServerException
-
Constructs the exception.
- kernelVersion - クラス の変数io.github.kaginawa.sdk.Report
- kernelVersion(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a kernel version or OS version.
- key - クラス の変数io.github.kaginawa.sdk.SshServer
- key(String) - クラス のメソッドio.github.kaginawa.sdk.SshServer.Builder
-
Sets a key.
L
- listAliveNodes(int) - クラス のメソッドio.github.kaginawa.sdk.KaginawaClient
-
Retrieves a list of Kaginawa nodes filtered by recently reported.
- listHistories(String, long, long) - クラス のメソッドio.github.kaginawa.sdk.KaginawaClient
-
Retrieves past received data of given ID.
- listNodesByCustomId(String) - クラス のメソッドio.github.kaginawa.sdk.KaginawaClient
-
Retrieves a list of Kaginawa nodes filtered by given custom ID.
- localIpV4 - クラス の変数io.github.kaginawa.sdk.Report
- localIpV4(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a local IPv4 address.
- localIpV6 - クラス の変数io.github.kaginawa.sdk.Report
- localIpV6(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a local IPv6 address.
- location - クラス の変数io.github.kaginawa.sdk.Report.UsbDevice
M
- main(String[]) - クラス のstaticメソッドio.github.kaginawa.examples.command.KaginawaCommand
- main(String[]) - クラス のstaticメソッドio.github.kaginawa.examples.hello.KaginawaHello
N
- name - クラス の変数io.github.kaginawa.sdk.Report.UsbDevice
- newBuilder() - クラス のstaticメソッドio.github.kaginawa.sdk.Report.Builder
-
Creates a new
Report.Builderfor building aReport. - newBuilder() - クラス のstaticメソッドio.github.kaginawa.sdk.SshServer.Builder
-
Creates a new
SshServer.Builderfor building aSshServer.
P
- password - クラス の変数io.github.kaginawa.sdk.SshServer
- password(String) - クラス のメソッドio.github.kaginawa.sdk.SshServer.Builder
-
Sets a password.
- port - クラス の変数io.github.kaginawa.sdk.SshServer
- port(int) - クラス のメソッドio.github.kaginawa.sdk.SshServer.Builder
-
Sets a port number.
- productId - クラス の変数io.github.kaginawa.sdk.Report.UsbDevice
R
- Report - io.github.kaginawa.sdkのクラス
-
Status report from Kaginawa node that enriched by Kaginawa Server.
- Report() - クラス のコンストラクタio.github.kaginawa.sdk.Report
- Report.Builder - io.github.kaginawa.sdkのクラス
-
Builds a
Report. - Report.UsbDevice - io.github.kaginawa.sdkのクラス
-
Entry of a USB device.
- rttMillis - クラス の変数io.github.kaginawa.sdk.Report
- rttMillis(long) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a round trip time in milliseconds.
- runtime - クラス の変数io.github.kaginawa.sdk.Report
- runtime(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a runtime value.
S
- sequence - クラス の変数io.github.kaginawa.sdk.Report
- sequence(int) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a sequence number.
- serverTime - クラス の変数io.github.kaginawa.sdk.Report
- serverTime(long) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a server consumed time.
- serverTime(ZonedDateTime) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a server consumed time using
ZonedDateTime. - sshConnectTime - クラス の変数io.github.kaginawa.sdk.Report
- sshConnectTime(long) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets an ssh connect time.
- sshConnectTime(ZonedDateTime) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets an ssh connect time using
ZonedDateTime. - sshRemotePort - クラス の変数io.github.kaginawa.sdk.Report
- sshRemotePort(int) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets an ssh remote port.
- SshServer - io.github.kaginawa.sdkのクラス
-
SSH server's connection attributes.
- SshServer() - クラス のコンストラクタio.github.kaginawa.sdk.SshServer
- SshServer.Builder - io.github.kaginawa.sdkのクラス
-
Builds a
Report. - sshServerHost - クラス の変数io.github.kaginawa.sdk.Report
- sshServerHost(String) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets an ssh server host.
- success - クラス の変数io.github.kaginawa.sdk.Report
- success(boolean) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Set a success state.
T
- trigger - クラス の変数io.github.kaginawa.sdk.Report
- trigger(int) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a trigger value.
U
- uploadKbps - クラス の変数io.github.kaginawa.sdk.Report
- uploadKbps(long) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a upload throughput in kbps (kilo bit per second).
- UsbDevice() - クラス のコンストラクタio.github.kaginawa.sdk.Report.UsbDevice
- UsbDevice(String, String, String, String) - クラス のコンストラクタio.github.kaginawa.sdk.Report.UsbDevice
- usbDevices - クラス の変数io.github.kaginawa.sdk.Report
- usbDevices(List<Report.UsbDevice>) - クラス のメソッドio.github.kaginawa.sdk.Report.Builder
-
Sets a list of USB devices.
- user - クラス の変数io.github.kaginawa.sdk.SshServer
- user(String) - クラス のメソッドio.github.kaginawa.sdk.SshServer.Builder
-
Sets a login user name.
V
- vendorId - クラス の変数io.github.kaginawa.sdk.Report.UsbDevice
すべてのクラス すべてのパッケージ