| Modifier and Type | Field and Description |
|---|---|
static RebootType |
RebootType.ALL_NODES
Static value AllNodes for RebootType.
|
static RebootType |
RebootType.PRIMARY_NODE
Static value PrimaryNode for RebootType.
|
static RebootType |
RebootType.SECONDARY_NODE
Static value SecondaryNode for RebootType.
|
| Modifier and Type | Method and Description |
|---|---|
static RebootType |
RebootType.fromString(String name)
Creates or finds a RebootType from its string representation.
|
RebootType |
RedisRebootParameters.rebootType()
Get the rebootType value.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<RebootType> |
RebootType.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisCache.forceReboot(RebootType rebootType)
Reboot specified Redis node(s).
|
void |
RedisCachePremium.forceReboot(RebootType rebootType,
int shardId)
Reboot specified Redis node(s).
|
RedisRebootParameters |
RedisRebootParameters.withRebootType(RebootType rebootType)
Set the rebootType value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/