Uses of Class
net.anotheria.moskito.central.Snapshot

Packages that use Snapshot
net.anotheria.moskito.central   
net.anotheria.moskito.central.connectors   
net.anotheria.moskito.central.connectors.dime   
net.anotheria.moskito.central.connectors.embedded   
net.anotheria.moskito.central.connectors.rest   
net.anotheria.moskito.central.endpoints.rest   
net.anotheria.moskito.central.endpoints.rmi   
net.anotheria.moskito.central.endpoints.rmi.generated   
net.anotheria.moskito.central.storage   
net.anotheria.moskito.central.storage.fs   
net.anotheria.moskito.central.storage.psql   
net.anotheria.moskito.central.storage.serializer   
 

Uses of Snapshot in net.anotheria.moskito.central
 

Methods in net.anotheria.moskito.central with parameters of type Snapshot
 void Central.processIncomingSnapshot(Snapshot snapshot)
           
 

Uses of Snapshot in net.anotheria.moskito.central.connectors
 

Methods in net.anotheria.moskito.central.connectors with parameters of type Snapshot
protected abstract  void AbstractCentralConnector.sendData(Snapshot snapshot)
          Connector specific implementation.
 

Uses of Snapshot in net.anotheria.moskito.central.connectors.dime
 

Methods in net.anotheria.moskito.central.connectors.dime with parameters of type Snapshot
protected  void DiMeCentralConnector.sendData(Snapshot snapshot)
           
 

Uses of Snapshot in net.anotheria.moskito.central.connectors.embedded
 

Methods in net.anotheria.moskito.central.connectors.embedded with parameters of type Snapshot
protected  void EmbeddedConnector.sendData(Snapshot snapshot)
           
 

Uses of Snapshot in net.anotheria.moskito.central.connectors.rest
 

Methods in net.anotheria.moskito.central.connectors.rest with parameters of type Snapshot
protected  void RESTConnector.sendData(Snapshot snapshot)
           
 

Uses of Snapshot in net.anotheria.moskito.central.endpoints.rest
 

Methods in net.anotheria.moskito.central.endpoints.rest with parameters of type Snapshot
 void RestEndpoint.addSnapshot(Snapshot sn)
          Receives Snapshot in order to transfer it to the central.
 

Uses of Snapshot in net.anotheria.moskito.central.endpoints.rmi
 

Methods in net.anotheria.moskito.central.endpoints.rmi with parameters of type Snapshot
 void RMIEndpointService.processIncomingSnapshot(Snapshot snapshot)
          Puts snapshot to the Central.
 void RMIEndpointServiceImpl.processIncomingSnapshot(Snapshot snapshot)
           
 

Uses of Snapshot in net.anotheria.moskito.central.endpoints.rmi.generated
 

Methods in net.anotheria.moskito.central.endpoints.rmi.generated with parameters of type Snapshot
 void RemoteRMIEndpointServiceStub.processIncomingSnapshot(Snapshot snapshot)
           
 List RemoteRMIEndpointServiceSkeleton.processIncomingSnapshot(Snapshot snapshot, Map<?,?> __transportableCallContext)
           
 List RemoteRMIEndpointService.processIncomingSnapshot(Snapshot snapshot, Map<?,?> __transportableCallContext)
           
 

Uses of Snapshot in net.anotheria.moskito.central.storage
 

Methods in net.anotheria.moskito.central.storage with parameters of type Snapshot
static String StorageUtils.convertPathPattern(String path, Snapshot target)
           
static String StorageUtils.convertPathPattern(String path, Snapshot target, String statName)
           
 void Storage.processSnapshot(Snapshot target)
           
 void InMemoryStorage.processSnapshot(Snapshot target)
           
 byte[] SnapshotSerializer.serialize(Snapshot snapshot)
          Creates a serialized version of a snapshot and returns byte version.
 

Uses of Snapshot in net.anotheria.moskito.central.storage.fs
 

Methods in net.anotheria.moskito.central.storage.fs with parameters of type Snapshot
 void FileSystemStorage.processSnapshot(Snapshot target)
           
 void CSVFileStorage.processSnapshot(Snapshot target)
           
 

Uses of Snapshot in net.anotheria.moskito.central.storage.psql
 

Methods in net.anotheria.moskito.central.storage.psql with parameters of type Snapshot
 void PSQLStorage.processSnapshot(Snapshot target)
           
 

Uses of Snapshot in net.anotheria.moskito.central.storage.serializer
 

Methods in net.anotheria.moskito.central.storage.serializer with parameters of type Snapshot
 byte[] CSVSerializer.getHeader(Snapshot snapshot)
           
 byte[] GsonSerializer.serialize(Snapshot snapshot)
           
 byte[] CSVSerializer.serialize(Snapshot snapshot, String stat)
           
 



Copyright © 2010-2013 anotheria.net. All Rights Reserved.