Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm.mongodb.sync

Enum SubscriptionSet.State

java.lang.Object
io.realm.mongodb.sync.SubscriptionSet.State

Enclosing class:

SubscriptionSet

The possible states a subscription set can be in.

Enum Constant and Description

BOOTSTRAPPING

A subscription set was accepted by the server and initial data is being sent to the device.

COMPLETO

Un conjunto de suscripción está sincronizando activamente datos entre el servidor y el dispositivo.

ERROR

Se ha producido un error en el conjunto de suscripción o en una de las suscripciones.

PENDING

Se ha modificado localmente un conjunto de suscripciones, pero aún está esperando ser enviado al servidor.

SUPERSEDED

Se almacenó otro conjunto de suscripciones antes que este; los cambios realizados en este conjunto son ignorados por el servidor.

UNCOMMITTED

El estado inicial de las suscripciones al abrir un nuevo Reino o al ingresar una actualización (UpdateCallback).

Modificador y Tipo
Método y descripción
long value
)
  • Métodos heredados de la clase java.lang.Object: getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • Métodos heredados de la clase java.lang.Enum : name , ordinal , toString , equals , hashCode , clone , compareTo , getDeclaringClass , valueOf , finalize

public static final SubscriptionSet.State

A subscription set was accepted by the server and initial data is being sent to the device.

public static final SubscriptionSet.State

Un conjunto de suscripción está sincronizando activamente datos entre el servidor y el dispositivo.

public static final SubscriptionSet.State

An error occurred in the subscription set or one of the subscriptions. The cause is found in getErrorMessage().

public static final SubscriptionSet.State

Se ha modificado localmente un conjunto de suscripciones, pero aún está esperando ser enviado al servidor.

public static final SubscriptionSet.State

Se almacenó otro conjunto de suscripciones antes de este; el servidor ignora los cambios realizados en este conjunto. Obtenga el conjunto de suscripciones más reciente llamando a Realm.getSubscriptions().

public static final SubscriptionSet.State

El estado inicial de las suscripciones al abrir un nuevo Reino o al ingresar una actualización (UpdateCallback).

long value
)
String name
)
public static SubscriptionSet.State values ()

Volver

SubscriptionSet

En esta página