ing
This commit is contained in:
parent
6176dd0062
commit
1d0584ceb3
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<groupId>com.loafle.overflow</groupId>
|
||||
<artifactId>commons-java</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0.54-SNAPSHOT</version>
|
||||
<version>1.0.55-SNAPSHOT</version>
|
||||
<name>com.loafle.overflow.commons-java</name>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -10,7 +10,6 @@ import com.loafle.overflow.model.discovery.Service;
|
|||
import com.loafle.overflow.model.discovery.Zone;
|
||||
import com.loafle.overflow.model.infra.Infra;
|
||||
import com.loafle.overflow.model.infra.InfraHost;
|
||||
import com.loafle.overflow.model.infra.InfraHostIP;
|
||||
import com.loafle.overflow.model.infra.InfraZone;
|
||||
|
||||
import org.springframework.data.domain.Page;
|
||||
|
@ -35,13 +34,6 @@ public interface InfraService {
|
|||
@WebappAPI
|
||||
List<Infra> registDiscoverd(Long probeID, List<Host> hosts, List<Service> services) throws OverflowException;
|
||||
|
||||
|
||||
@WebappAPI
|
||||
InfraZone registInfraZoneByInfraHostIP(Long probeID, InfraHostIP infraHostIP) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
InfraHost registInfraHostByInfraHost(Long probeID, InfraHost infraHost) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Infra read(Long id) throws OverflowException;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user