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