Make the MongoDB docs better! We value your opinion. Share your feedback for a chance to win $100.
Click here >
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

A subscription set has been modified locally, but is still waiting to be sent to the server.

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

A subscription set has been modified locally, but is still waiting to be sent to the server.

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