Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addCallback(RestconfCallback<? super V>) - Method in class org.opendaylight.restconf.common.errors.RestconfFuture
-
Add a callback to invoke when this future completes, or immediately if it is already complete.
C
- cancel(boolean) - Method in class org.opendaylight.restconf.common.errors.RestconfFuture
- context() - Method in record class org.opendaylight.restconf.common.patch.PatchStatusContext
-
Returns the value of the
contextrecord component.
E
- editCollection() - Method in record class org.opendaylight.restconf.common.patch.PatchStatusContext
-
Returns the value of the
editCollectionrecord component. - entities() - Method in record class org.opendaylight.restconf.common.patch.PatchContext
-
Returns the value of the
entitiesrecord component. - equals(Object) - Method in record class org.opendaylight.restconf.common.patch.PatchContext
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.opendaylight.restconf.common.patch.PatchStatusContext
-
Indicates whether some other object is "equal to" this one.
F
- failed(RestconfDocumentedException) - Static method in class org.opendaylight.restconf.common.errors.RestconfFuture
G
- getEditErrors() - Method in class org.opendaylight.restconf.common.patch.PatchStatusEntity
- getEditId() - Method in class org.opendaylight.restconf.common.patch.PatchEntity
- getEditId() - Method in class org.opendaylight.restconf.common.patch.PatchStatusEntity
- getErrorAppTag() - Method in class org.opendaylight.restconf.common.errors.RestconfError
- getErrorInfo() - Method in class org.opendaylight.restconf.common.errors.RestconfError
- getErrorMessage() - Method in class org.opendaylight.restconf.common.errors.RestconfError
- getErrorPath() - Method in class org.opendaylight.restconf.common.errors.RestconfError
- getErrors() - Method in exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
- getErrorTag() - Method in class org.opendaylight.restconf.common.errors.RestconfError
- getErrorType() - Method in class org.opendaylight.restconf.common.errors.RestconfError
- getMessage() - Method in exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
- getNode() - Method in class org.opendaylight.restconf.common.patch.PatchEntity
- getOperation() - Method in class org.opendaylight.restconf.common.patch.PatchEntity
- getOrThrow() - Method in class org.opendaylight.restconf.common.errors.RestconfFuture
-
Get the result.
- getTargetNode() - Method in class org.opendaylight.restconf.common.patch.PatchEntity
- globalErrors() - Method in record class org.opendaylight.restconf.common.patch.PatchStatusContext
-
Returns the value of the
globalErrorsrecord component.
H
- hashCode() - Method in record class org.opendaylight.restconf.common.patch.PatchContext
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.opendaylight.restconf.common.patch.PatchStatusContext
-
Returns a hash code value for this object.
I
- isOk() - Method in class org.opendaylight.restconf.common.patch.PatchStatusEntity
M
- modelContext() - Method in exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
-
Reference to
EffectiveModelContextin which this exception was generated.
O
- of(V) - Static method in class org.opendaylight.restconf.common.errors.RestconfFuture
- ok() - Method in record class org.opendaylight.restconf.common.patch.PatchStatusContext
-
Returns the value of the
okrecord component. - onFailure(RestconfDocumentedException) - Method in class org.opendaylight.restconf.common.errors.RestconfCallback
- onFailure(Throwable) - Method in class org.opendaylight.restconf.common.errors.RestconfCallback
- org.opendaylight.restconf.common.errors - package org.opendaylight.restconf.common.errors
- org.opendaylight.restconf.common.patch - package org.opendaylight.restconf.common.patch
P
- PatchContext - Record Class in org.opendaylight.restconf.common.patch
- PatchContext(String, ImmutableList<PatchEntity>) - Constructor for record class org.opendaylight.restconf.common.patch.PatchContext
-
Creates an instance of a
PatchContextrecord class. - PatchContext(String, List<PatchEntity>) - Constructor for record class org.opendaylight.restconf.common.patch.PatchContext
- PatchEntity - Class in org.opendaylight.restconf.common.patch
- PatchEntity(String, Edit.Operation, YangInstanceIdentifier) - Constructor for class org.opendaylight.restconf.common.patch.PatchEntity
-
Constructor to create PatchEntity for Patch operations which do not allow value leaf representing data to be present.
- PatchEntity(String, Edit.Operation, YangInstanceIdentifier, NormalizedNode) - Constructor for class org.opendaylight.restconf.common.patch.PatchEntity
-
Constructor to create PatchEntity for Patch operations which require value leaf representing data to be present.
- patchId() - Method in record class org.opendaylight.restconf.common.patch.PatchContext
-
Returns the value of the
patchIdrecord component. - patchId() - Method in record class org.opendaylight.restconf.common.patch.PatchStatusContext
-
Returns the value of the
patchIdrecord component. - PatchStatusContext - Record Class in org.opendaylight.restconf.common.patch
-
Holder of patch status context.
- PatchStatusContext(EffectiveModelContext, String, List<PatchStatusEntity>, boolean, List<RestconfError>) - Constructor for record class org.opendaylight.restconf.common.patch.PatchStatusContext
-
Creates an instance of a
PatchStatusContextrecord class. - PatchStatusEntity - Class in org.opendaylight.restconf.common.patch
- PatchStatusEntity(String, boolean, List<RestconfError>) - Constructor for class org.opendaylight.restconf.common.patch.PatchStatusEntity
R
- RestconfCallback<V> - Class in org.opendaylight.restconf.common.errors
-
A
FutureCallbacktied to aRestconfFuture. - RestconfCallback() - Constructor for class org.opendaylight.restconf.common.errors.RestconfCallback
- RestconfDocumentedException - Exception in org.opendaylight.restconf.common.errors
-
Unchecked exception to communicate error information, as defined "errors" YANG Data Template.
- RestconfDocumentedException(String) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
-
Constructs an instance with an error message.
- RestconfDocumentedException(String, Throwable) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
-
Constructs an instance with an error message and exception cause.
- RestconfDocumentedException(String, Throwable, Collection<? extends RpcError>) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
-
Constructs an instance with the given RpcErrors.
- RestconfDocumentedException(String, Throwable, List<RestconfError>) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
-
Constructs an instance with the given errors.
- RestconfDocumentedException(String, ErrorType, ErrorTag) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
-
Constructs an instance with an error message, error type, and error tag.
- RestconfDocumentedException(String, ErrorType, ErrorTag, Throwable) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
-
Constructs an instance with an error message, error type, error tag and exception cause.
- RestconfDocumentedException(String, ErrorType, ErrorTag, YangInstanceIdentifier) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
-
Constructs an instance with an error message, error type, error tag and error path.
- RestconfDocumentedException(Throwable, List<RestconfError>) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
- RestconfDocumentedException(Throwable, RestconfError) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
- RestconfDocumentedException(Throwable, RestconfError, EffectiveModelContext) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
- RestconfDocumentedException(RestconfError) - Constructor for exception org.opendaylight.restconf.common.errors.RestconfDocumentedException
-
Constructs an instance with the given error.
- RestconfError - Class in org.opendaylight.restconf.common.errors
-
Encapsulates a single
errorwithin the "errors" YANG Data Template. - RestconfError(ErrorType, ErrorTag, String) - Constructor for class org.opendaylight.restconf.common.errors.RestconfError
-
Constructs a RestconfError.
- RestconfError(ErrorType, ErrorTag, String, String) - Constructor for class org.opendaylight.restconf.common.errors.RestconfError
-
Constructs a RestconfError object.
- RestconfError(ErrorType, ErrorTag, String, String, String) - Constructor for class org.opendaylight.restconf.common.errors.RestconfError
-
Constructs a RestconfError object.
- RestconfError(ErrorType, ErrorTag, String, String, String, YangInstanceIdentifier) - Constructor for class org.opendaylight.restconf.common.errors.RestconfError
-
Constructs a RestConfError object.
- RestconfError(ErrorType, ErrorTag, String, YangInstanceIdentifier) - Constructor for class org.opendaylight.restconf.common.errors.RestconfError
-
Constructs a RestconfError object.
- RestconfError(RpcError) - Constructor for class org.opendaylight.restconf.common.errors.RestconfError
-
Constructs a RestConfError object from an RpcError.
- RestconfFuture<V> - Class in org.opendaylight.restconf.common.errors
-
A
ListenableFuturespecialization, which fails only withRestconfDocumentedExceptionand does not producenullvalues.
S
- set(V) - Method in class org.opendaylight.restconf.common.errors.SettableRestconfFuture
- setFailure(RestconfDocumentedException) - Method in class org.opendaylight.restconf.common.errors.SettableRestconfFuture
- SettableRestconfFuture<V> - Class in org.opendaylight.restconf.common.errors
-
A
RestconfFuturewhich allows the result to be set viaSettableRestconfFuture.set(Object)andSettableRestconfFuture.setFailure(RestconfDocumentedException). - SettableRestconfFuture() - Constructor for class org.opendaylight.restconf.common.errors.SettableRestconfFuture
T
- toString() - Method in class org.opendaylight.restconf.common.errors.RestconfError
- toString() - Method in record class org.opendaylight.restconf.common.patch.PatchContext
-
Returns a string representation of this record class.
- toString() - Method in record class org.opendaylight.restconf.common.patch.PatchStatusContext
-
Returns a string representation of this record class.
- transform(Function<V, T>) - Method in class org.opendaylight.restconf.common.errors.RestconfFuture
-
Transform the result of this future using the specified function.
All Classes and Interfaces|All Packages|Serialized Form