public class AutoScaling extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoScaling.Trigger
Deprecated.
Interface for a Solr trigger.
|
static interface |
AutoScaling.TriggerEventProcessor
Deprecated.
Implementation of this interface is used for processing events generated by a trigger.
|
static class |
AutoScaling.TriggerFactory
Deprecated.
Factory to produce instances of
AutoScaling.Trigger. |
static class |
AutoScaling.TriggerFactoryImpl
Deprecated.
Default implementation of
AutoScaling.TriggerFactory. |
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTO_ADD_REPLICAS_TRIGGER_DSL
Deprecated.
|
static String |
AUTO_ADD_REPLICAS_TRIGGER_NAME
Deprecated.
|
static Map<String,Object> |
AUTO_ADD_REPLICAS_TRIGGER_PROPS
Deprecated.
|
static String |
SCHEDULED_MAINTENANCE_TRIGGER_DSL
Deprecated.
|
static String |
SCHEDULED_MAINTENANCE_TRIGGER_NAME
Deprecated.
|
static Map<String,Object> |
SCHEDULED_MAINTENANCE_TRIGGER_PROPS
Deprecated.
|
| Constructor and Description |
|---|
AutoScaling()
Deprecated.
|
public static final String AUTO_ADD_REPLICAS_TRIGGER_NAME
public static final String AUTO_ADD_REPLICAS_TRIGGER_DSL
public static final Map<String,Object> AUTO_ADD_REPLICAS_TRIGGER_PROPS
public static final String SCHEDULED_MAINTENANCE_TRIGGER_NAME
public static final String SCHEDULED_MAINTENANCE_TRIGGER_DSL
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.