MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster Internals Manual
Enumeration of the persistence-modifier values for a member.
public final class PersistenceModifier extends, Enum<PersistenceModifier> {
// Public Static Fieldspublic static final PersistenceModifier NONE ;
public static final PersistenceModifier PERSISTENT ;
public static final PersistenceModifier UNSPECIFIED ;
// Public Static Methodspublic static PersistenceModifier valueOf(String name);
public static PersistenceModifier[] values();
}
Methods inherited from
java.lang.Enum:
compareTo
, equals
, getDeclaringClass
, hashCode
, name
, ordinal
, toString
, valueOf
Methods inherited from
java.lang.Object:
getClass
, notify
, notifyAll
, wait