| Package | Description |
|---|---|
| org.mydotey.artemis.management | |
| org.mydotey.artemis.management.dao | |
| org.mydotey.artemis.management.util |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceModel> |
ManagementRepository.queryInstances(String regionId,
List<String> serviceIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementRepository.deleteInstance(InstanceModel instance) |
void |
ManagementRepository.insertInstance(InstanceModel instance) |
static InstanceKey |
ManagementRepository.toInstanceKey(InstanceModel instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementRepository.deleteInstances(List<InstanceModel> instances) |
void |
ManagementRepository.insertInstances(List<InstanceModel> instances) |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceLogModel
Created by fang_j on 10/07/2016.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceModel> |
InstanceDao.query(String condition,
String... args) |
List<InstanceModel> |
InstanceDao.queryInstance(String regionId,
String serviceId,
String instanceId) |
List<InstanceModel> |
InstanceDao.queryInstances() |
List<InstanceModel> |
InstanceDao.queryInstances(String regionId) |
List<InstanceModel> |
InstanceDao.queryInstances(String regionId,
List<String> serviceIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceDao.delete(InstanceModel... instances) |
void |
InstanceDao.insert(InstanceModel... instances) |
static InstanceLogModel |
InstanceLogModel.of(InstanceModel instance,
boolean isComplete) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceDao.delete(List<InstanceModel> instances) |
void |
InstanceDao.insert(List<InstanceModel> instances) |
static List<InstanceLogModel> |
InstanceLogModel.of(List<InstanceModel> instances,
boolean isComplete) |
| Modifier and Type | Method and Description |
|---|---|
static InstanceModel |
ModelUtil.newInstance(InstanceKey instanceKey,
String operation,
String operatorId,
String token) |
static InstanceModel |
ModelUtil.newInstance(String regionId,
String serviceId,
String instanceId,
String operation,
String operatorId,
String token) |
| Modifier and Type | Method and Description |
|---|---|
static CheckResult |
ModelUtil.check(InstanceModel instance) |
Copyright © 2020 org.mydotey. All rights reserved.