| Package | Description |
|---|---|
| org.apache.omid.tso.client |
| Modifier and Type | Method and Description |
|---|---|
OmidClientConfiguration.ConflictDetectionLevel |
OmidClientConfiguration.getConflictAnalysisLevel() |
OmidClientConfiguration.ConflictDetectionLevel |
TSOProtocol.getConflictDetectionLevel() |
OmidClientConfiguration.ConflictDetectionLevel |
TSOClient.getConflictDetectionLevel()
Used for family deletion
|
OmidClientConfiguration.ConflictDetectionLevel |
MockTSOClient.getConflictDetectionLevel() |
static OmidClientConfiguration.ConflictDetectionLevel |
OmidClientConfiguration.ConflictDetectionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OmidClientConfiguration.ConflictDetectionLevel[] |
OmidClientConfiguration.ConflictDetectionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OmidClientConfiguration.setConflictAnalysisLevel(OmidClientConfiguration.ConflictDetectionLevel conflictAnalysisLevel) |
void |
TSOProtocol.setConflictDetectionLevel(OmidClientConfiguration.ConflictDetectionLevel conflictDetectionLevel) |
void |
TSOClient.setConflictDetectionLevel(OmidClientConfiguration.ConflictDetectionLevel conflictDetectionLevel)
Used for family deletion testing
|
void |
MockTSOClient.setConflictDetectionLevel(OmidClientConfiguration.ConflictDetectionLevel conflictDetectionLevel) |
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.