Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ConfigurationAdministrator.applyDiff(UserInformation userInformation,
Collection<DiffEntry> changeSet)
Applies a change set to an existing configuration manager.
|
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
Connection.applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ConnectionImpl.applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
AbstractConfigurationAdministrator.applyDiff(UserInformation userInformation,
Collection<DiffEntry> changeSet) |
Modifier and Type | Method and Description |
---|---|
List<DiffEntry> |
ApplyDiffRequest.getDiffs() |
Constructor and Description |
---|
ApplyDiffRequest(Request request,
List<DiffEntry> diffs,
OperationParameters operationParameters,
Long callbackHandlerId) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<DiffEntry>> |
Structures.decodeDiffEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<DiffEntry,T> allactor,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static DiffEntry |
Structures.decodeDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static DiffEntry |
Structures.inlindeDecodeDiffEntry(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
Modifier and Type | Method and Description |
---|---|
static List<DiffEntry> |
Structures.decodeListDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<DiffEntry> |
Structures.decodeSetDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static void |
Structures.encodeDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
DiffEntry value) |
protected static void |
Structures.inlineEncodeDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
DiffEntry value) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<DiffEntry>> |
Structures.decodeDiffEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<DiffEntry,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionDiffEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<DiffEntry> values) |
protected static void |
Structures.fillDiffEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<DiffEntry> values) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
Service.applyDiff(Session session,
Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ServiceImpl.applyDiff(Session session,
Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
protected NotifyFuture<Void> |
ServiceImpl.processApplyDiff(UserInformation userInformation,
Collection<DiffEntry> changeSet) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
DummyConnection.applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
DiffEntry |
DiffSubEntry.getParentEntry() |
Modifier and Type | Method and Description |
---|---|
int |
DiffEntryComparator.compare(DiffEntry o1,
DiffEntry o2) |
static Object[] |
DiffEntryHelper.diffChilds(DiffEntry entry) |
static Object |
DiffEntryHelper.diffChildsByIndex(DiffEntry entry,
int index) |
Constructor and Description |
---|
DiffSubEntry(DiffEntry entry,
String key) |
Constructor and Description |
---|
DiffJob(String jobName,
ConnectionService connectionService,
DiffEntry entry) |
DiffJob(String jobName,
String connectionUri,
DiffEntry diffEntry) |
Constructor and Description |
---|
DiffJob(String jobName,
ConnectionService connectionService,
List<DiffEntry> diffEntries) |
DiffJob(String jobName,
String connectionUri,
List<DiffEntry> diffEntries) |
Modifier and Type | Method and Description |
---|---|
List<DiffEntry> |
Updater.getChanges() |
Modifier and Type | Method and Description |
---|---|
List<DiffEntry> |
DiffController.merge(ProgressMonitor monitor) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.