Package | Description |
---|---|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Method and Description |
---|---|
ServerLauncher.Builder |
ServerLauncher.Builder.set(String propertyName,
String propertyValue)
Sets a GemFire Distributed System Property.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setAssignBuckets(Boolean assignBuckets)
Sets whether buckets should be assigned to partitioned regions in the cache upon Server start.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setCommand(ServerLauncher.Command command)
Sets the Sever launcher command used during the invocation of the ServerLauncher
|
ServerLauncher.Builder |
ServerLauncher.Builder.setCriticalHeapPercentage(Float criticalHeapPercentage) |
ServerLauncher.Builder |
ServerLauncher.Builder.setDebug(Boolean debug)
Sets whether the new instance of the ServerLauncher will be set to debug mode.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setDisableDefaultServer(Boolean disableDefaultServer)
Sets a boolean value indicating whether to add a default cache when the GemFire Server comes online.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setEvictionHeapPercentage(Float evictionHeapPercentage) |
ServerLauncher.Builder |
ServerLauncher.Builder.setForce(Boolean force)
Sets the boolean value used by the Server to determine if it should overwrite the PID file if it already exists.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setHelp(Boolean help)
Sets whether the new instance of ServerLauncher will be used to output help information for either a specific
command, or for using ServerLauncher in general.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setHostNameForClients(String hostNameForClients) |
ServerLauncher.Builder |
ServerLauncher.Builder.setMaxConnections(Integer maxConnections) |
ServerLauncher.Builder |
ServerLauncher.Builder.setMaxMessageCount(Integer maxMessageCount) |
ServerLauncher.Builder |
ServerLauncher.Builder.setMaxThreads(Integer maxThreads) |
ServerLauncher.Builder |
ServerLauncher.Builder.setMemberName(String memberName)
Sets the member name of the Server in GemFire.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setMessageTimeToLive(Integer messageTimeToLive) |
ServerLauncher.Builder |
ServerLauncher.Builder.setPdxDiskStore(String pdxDiskStore)
Sets the GemFire Disk Store to be used to persist PDX type meta-data.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setPdxIgnoreUnreadFields(boolean ignore)
Sets whether fields in the PDX instance should be ignored when unread.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setPdxPersistent(boolean persistent)
Sets whether the PDX type meta-data should be persisted to disk.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setPdxReadSerialized(boolean readSerialized)
Sets whether PDX instances should be returned as is when Region.get(key:String):Object is called.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setPdxSerializer(PdxSerializer pdxSerializer)
Set the PdxSerializer to use to serialize POJOs to the GemFire Cache Region or when sent between peers,
client/server, or during persistence to disk.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setPid(Integer pid)
Sets the process ID (PID) of the running Server indicated by the user as an argument to the ServerLauncher.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setRebalance(Boolean rebalance)
Set a boolean value indicating whether a rebalance operation on the cache should occur upon starting
the GemFire server.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setRedirectOutput(Boolean redirectOutput)
Sets whether the new instance of LocatorLauncher will redirect output to system logs when starting a Locator.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setServerBindAddress(String serverBindAddress)
Sets the IP address to which the Server will be bound listening for and accepting cache client connections in
a client/server topology.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setServerPort(Integer serverPort)
Sets the port on which the Server will listen for and accept cache client connections in a client/server topology.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setSocketBufferSize(Integer socketBufferSize) |
ServerLauncher.Builder |
ServerLauncher.Builder.setSpringXmlLocation(String springXmlLocation)
Sets the location of the Spring XML configuration meta-data file used to bootstrap, configure and initialize
the GemFire Server on start.
|
ServerLauncher.Builder |
ServerLauncher.Builder.setWorkingDirectory(String workingDirectory)
Sets the working directory in which the Server will be ran.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.