Package | Description |
---|---|
fish.payara.micro.impl |
Modifier and Type | Method and Description |
---|---|
PayaraMicroImpl |
PayaraMicroImpl.addDeployFromGAV(String GAV)
Adds a Maven GAV coordinate to the list of archives to be deployed at
boot.
|
PayaraMicroImpl |
PayaraMicroImpl.addDeployment(String pathToWar)
Adds an archive to the list of archives to be deployed at boot.
|
PayaraMicroImpl |
PayaraMicroImpl.addDeploymentFile(File file)
Adds an archive to the list of archives to be deployed at boot.
|
PayaraMicroImpl |
PayaraMicroImpl.addLibrary(File lib) |
PayaraMicroImpl |
PayaraMicroImpl.addRepoUrl(String... URLs)
Adds a Maven repository to the list of repositories to search for
artifacts in
|
static PayaraMicroImpl |
PayaraMicroImpl.getInstance()
Obtains the static singleton instance of the Payara Micro Server.
|
static PayaraMicroImpl |
PayaraMicroImpl.getInstance(boolean create) |
PayaraMicroImpl |
PayaraMicroImpl.setAlternateDomainXML(File alternateDomainXML)
Sets the path to a domain.xml file PayaraMicro should use to boot.
|
PayaraMicroImpl |
PayaraMicroImpl.setApplicationDomainXML(String domainXml)
Sets an application specific domain.xml file that is embedded on the
classpath of your application.
|
PayaraMicroImpl |
PayaraMicroImpl.setAutoBindRange(int autoBindRange)
Sets the maximum number of ports to check if free for autobinding
purposes
|
PayaraMicroImpl |
PayaraMicroImpl.setClusterMulticastGroup(String hzMulticastGroup)
Sets the cluster group used for Payara Micro clustering used for cluster
communications and discovery.
|
PayaraMicroImpl |
PayaraMicroImpl.setClusterPort(int hzPort)
Sets the multicast group used for Payara Micro clustering used for
cluster communication and discovery.
|
PayaraMicroImpl |
PayaraMicroImpl.setClusterStartPort(int hzStartPort)
Sets the start port number for the Payara Micro to listen on for cluster
communications.
|
PayaraMicroImpl |
PayaraMicroImpl.setDeploymentDir(File deploymentRoot)
Sets a directory to scan for archives to deploy on boot.
|
PayaraMicroImpl |
PayaraMicroImpl.setHttpAutoBind(boolean httpAutoBind)
Enables or disables autobinding of the HTTP port
|
PayaraMicroImpl |
PayaraMicroImpl.setHttpPort(int httpPort)
Sets the port used for HTTP requests
|
PayaraMicroImpl |
PayaraMicroImpl.setHzClusterName(String hzClusterName)
Sets the name of the Hazelcast cluster group
|
PayaraMicroImpl |
PayaraMicroImpl.setHzClusterPassword(String hzClusterPassword)
Sets the Hazelcast cluster group password.
|
PayaraMicroImpl |
PayaraMicroImpl.setInstanceGroup(String instanceGroup)
Sets the instance group name
|
PayaraMicroImpl |
PayaraMicroImpl.setInstanceName(String instanceName)
Sets the logical instance name for this PayaraMicro server within the
server cluster If this is not set a name is generated
|
PayaraMicroImpl |
PayaraMicroImpl.setLite(boolean liteMember)
Sets the lite status of this cluster member.
|
PayaraMicroImpl |
PayaraMicroImpl.setLogoFile(String filePath)
Sets the path to the logo file printed at boot.
|
PayaraMicroImpl |
PayaraMicroImpl.setLogPropertiesFile(File fileName)
Set user defined properties file for logging
|
PayaraMicroImpl |
PayaraMicroImpl.setMaxHttpThreads(int maxHttpThreads)
The maximum threads in the HTTP(S) threadpool processing HTTP(S)
requests.
|
PayaraMicroImpl |
PayaraMicroImpl.setMinHttpThreads(int minHttpThreads)
The minimum number of threads in the HTTP(S) threadpool Default value is
10
|
PayaraMicroImpl |
PayaraMicroImpl.setNoCluster(boolean noCluster)
Enables or disables clustering before bootstrap
|
PayaraMicroImpl |
PayaraMicroImpl.setPrintLogo(boolean generate)
Set whether the logo should be generated on boot
|
PayaraMicroImpl |
PayaraMicroImpl.setRootDir(File rootDir)
Sets the File path to a directory PayaraMicro should use to install its
configuration files.
|
PayaraMicroImpl |
PayaraMicroImpl.setSniEnabled(boolean value) |
PayaraMicroImpl |
PayaraMicroImpl.setSslAutoBind(boolean sslAutoBind)
Enables or disables autobinding of the HTTPS port
|
PayaraMicroImpl |
PayaraMicroImpl.setSslCert(String alias)
Set the certificate alias in the keystore to use for the server cert
|
PayaraMicroImpl |
PayaraMicroImpl.setSslPort(int sslPort)
Sets the configured port for HTTPS requests.
|
PayaraMicroImpl |
PayaraMicroImpl.setUserLogFile(String fileName)
Set user defined file for the Log entries
|
Copyright © 2020. All rights reserved.