public interface ILocatableResource<T>
IResourceLocator
. There is a
timestamp associated with the resource - the timestamp is used to request
IIndex
views for the resource. There is a presumption that resources
are essentially logical "index containers".Modifier and Type | Method and Description |
---|---|
String |
getContainerNamespace()
The identifier for the containing resource.
|
String |
getNamespace()
The identifying namespace.
|
long |
getTimestamp()
The timestamp associated with the view of the resource.
|
ILocatableResource<T> |
init()
Deferred initialization method is automatically invoked when the resource
is materialized by the
IResourceLocator . |
ILocatableResource<T> init()
IResourceLocator
. The implementation is
encouraged to strengthen the return type.String getNamespace()
long getTimestamp()
String getContainerNamespace()
null
if there is no containing resource.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.