Uses of Class
com.oracle.bmc.nosql.model.Replica
-
Packages that use Replica Package Description com.oracle.bmc.nosql.model -
-
Uses of Replica in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return Replica Modifier and Type Method Description Replica
Replica.Builder. build()
Methods in com.oracle.bmc.nosql.model that return types with arguments of type Replica Modifier and Type Method Description List<Replica>
Table. getReplicas()
An array of Replica listing this table’s replicas, if anyMethods in com.oracle.bmc.nosql.model with parameters of type Replica Modifier and Type Method Description Replica.Builder
Replica.Builder. copy(Replica model)
Method parameters in com.oracle.bmc.nosql.model with type arguments of type Replica Modifier and Type Method Description Table.Builder
Table.Builder. replicas(List<Replica> replicas)
An array of Replica listing this table’s replicas, if anyConstructor parameters in com.oracle.bmc.nosql.model with type arguments of type Replica Constructor Description Table(String id, String name, String compartmentId, Date timeCreated, Date timeUpdated, TableLimits tableLimits, Table.LifecycleState lifecycleState, Boolean isAutoReclaimable, Date timeOfExpiration, String lifecycleDetails, Schema schema, String ddlStatement, Table.SchemaState schemaState, Boolean isMultiRegion, Integer localReplicaInitializationInPercent, List<Replica> replicas, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-