This project has retired. For details please refer to its Attic page.
LensSessionImpl.ResourceEntry (Lens 2.0.1-beta-incubating API)

org.apache.lens.server.session
Class LensSessionImpl.ResourceEntry

java.lang.Object
  extended by org.apache.lens.server.session.LensSessionImpl.ResourceEntry
Enclosing class:
LensSessionImpl

public static class LensSessionImpl.ResourceEntry
extends Object

The Class ResourceEntry.


Constructor Summary
LensSessionImpl.ResourceEntry(String type, String location)
          Instantiates a new resource entry.
 
Method Summary
 String getLocation()
           
 int getRestoreCount()
           
 String getType()
           
 void restoredResource()
          Restored resource.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LensSessionImpl.ResourceEntry

public LensSessionImpl.ResourceEntry(String type,
                                     String location)
Instantiates a new resource entry.

Parameters:
type - the type
location - the location
Method Detail

getLocation

public String getLocation()

getType

public String getType()

restoredResource

public void restoredResource()
Restored resource.


getRestoreCount

public int getRestoreCount()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.