Package org.graylog2.contentpacks
Class EntityDescriptorIds
java.lang.Object
org.graylog2.contentpacks.EntityDescriptorIds
This object maps
EntityDescriptor objects to generated IDs that will be used as ID in
Entity objects.-
Method Summary
Modifier and TypeMethodDescriptionstatic EntityDescriptorIdsempty()get(EntityDescriptor descriptor) getOrThrow(String id, ModelType type) getOrThrow(EntityDescriptor descriptor) static booleanisSystemStreamDescriptor(EntityDescriptor descriptor) static EntityDescriptorIdsof(Collection<EntityDescriptor> entityDescriptors) static EntityDescriptorIdsof(EntityDescriptor... entityDescriptors)
-
Method Details
-
empty
-
of
-
of
-
isSystemStreamDescriptor
-
get
-
get
-
getOrThrow
-
getOrThrow
-