T
- identifier type@Beta @NonNullByDefault public abstract class AbstractDOMStoreTransaction<T> extends Object implements DOMStoreTransaction
toString()
and getIdentifier()
.
It can optionally capture the context where it was allocated.Modifier | Constructor and Description |
---|---|
protected |
AbstractDOMStoreTransaction(T identifier) |
protected |
AbstractDOMStoreTransaction(T identifier,
boolean debug) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.MoreObjects.ToStringHelper |
addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
Add class-specific toString attributes.
|
@Nullable Throwable |
getDebugContext()
Return the context in which this transaction was allocated.
|
T |
getIdentifier()
Unique identifier of the transaction.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close
protected AbstractDOMStoreTransaction(T identifier)
protected AbstractDOMStoreTransaction(T identifier, boolean debug)
public final T getIdentifier()
DOMStoreTransaction
getIdentifier
in interface DOMStoreTransaction
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<Object>
public final @Nullable Throwable getDebugContext()
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
toStringHelper
- ToStringHelper instanceCopyright © 2019 OpenDaylight. All rights reserved.