Uses of Class
org.hcjf.service.Service
-
-
Uses of Service in org.hcjf.cloud
Subclasses of Service in org.hcjf.cloud Modifier and Type Class Description classCloudThis class is a singleton that provides the generics cloud interface, the implementation of this interface depends of the system property 'hcjf.cloud.impl' -
Uses of Service in org.hcjf.cloud.impl.network
Subclasses of Service in org.hcjf.cloud.impl.network Modifier and Type Class Description classCloudOrchestratorThis class implements a orchestrator in order to maintains the connection between nodes, synchronize all the time the node information and admin the communication between nodes using messages. -
Uses of Service in org.hcjf.events
Subclasses of Service in org.hcjf.events Modifier and Type Class Description classEventsThis class implements the event service for the instance. -
Uses of Service in org.hcjf.io.fs
Subclasses of Service in org.hcjf.io.fs Modifier and Type Class Description classFileSystemWatcherServiceThis class provide an interface in order to register a watcher for a file or directory. -
Uses of Service in org.hcjf.io.net
Subclasses of Service in org.hcjf.io.net Modifier and Type Class Description classNetServiceThis class implements a service that provide an up-level interface to open tcp and udp connections like a server side or client side. -
Uses of Service in org.hcjf.io.net.broadcast
Subclasses of Service in org.hcjf.io.net.broadcast Modifier and Type Class Description classBroadcastServiceThis service provides capabilities to register broadcast task in order to notify for all the net this task. -
Uses of Service in org.hcjf.io.net.kubernetes
Subclasses of Service in org.hcjf.io.net.kubernetes Modifier and Type Class Description classKubernetesSpyThis service spy periodically the kubernetes cluster in order to knows all the updates into the cluster. -
Uses of Service in org.hcjf.io.process
Subclasses of Service in org.hcjf.io.process Modifier and Type Class Description classProcessDiscoveryService -
Uses of Service in org.hcjf.log
Subclasses of Service in org.hcjf.log Modifier and Type Class Description classLogStatic class that contains the functionality in order to maintain and organize a log file with the same records format The log behavior is affected by the following system properties
hcfj_log_path: work directory of the log, by default app work directory
hcfj_log_initial_queue_size: initial size of the internal queue, by default 10000;
hcfj_log_file_prefix: all the log files start with this prefix, by default hcjf
hcfj_log_error_file: if the property is true then log create a particular file for error group only, by default false
hcfj_log_warning_file: if the property is true then log create a particular file for warning group only, by default false
hcfj_log_info_file: if the property is true then log create a particular file for info group only, by default false
hcfj_log_debug_file: if the property is true then log create a particular file for debug group only, by default false
hcfj_log_level: min level to write file, by default "I"
hcfj_log_date_format: date format to show in the log file, by default "yyyy-mm-dd hh:mm:ss" -
Uses of Service in org.hcjf.names
Subclasses of Service in org.hcjf.names Modifier and Type Class Description classNamingNaming service class. -
Uses of Service in org.hcjf.service
Methods in org.hcjf.service that return types with arguments of type Service Modifier and Type Method Description java.lang.Class<? extends Service>ServiceThread. getServiceClass()Returns the class of the service that creates this thread.Constructors in org.hcjf.service with parameters of type Service Constructor Description ServiceThread(Service service, java.lang.Runnable target, java.lang.String name)
-