Package | Description |
---|---|
com.gemstone.gemfire.memcached |
Modifier and Type | Method and Description |
---|---|
static GemFireMemcachedServer.Protocol |
GemFireMemcachedServer.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GemFireMemcachedServer.Protocol[] |
GemFireMemcachedServer.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GemFireMemcachedServer(String bindAddress,
int port,
GemFireMemcachedServer.Protocol protocol)
Create an instance of the server. to start
the server
GemFireMemcachedServer.start() must be called. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.