Package com.splunk

Examples of com.splunk.EntityMetadata


    EntityKids(Entity entity) {
        this.entity = entity;
    }

    @Override protected void addNotify() {
        EntityMetadata metadata = entity.getMetadata();
        if (metadata == null) return;
        setKeys(new EntityMetadata[] { metadata });
    }
View Full Code Here

TOP

Related Classes of com.splunk.EntityMetadata

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.