All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.datanucleus.store.hbase.Localisation.properties Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
################################################################################
# Copyright (c) 2009 Erik Bengtson and others. All rights reserved. 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Contributions :
# 2011 Andy Jefferson - all but the first two lines
#     ...
################################################################################

HBase.URLInvalid=The URL ("{0}") passed to HBaseStoreManager is invalid. Must be either "hbase:hostname:port" (remote) or "hbase" (local).
HBase.DatastoreID=Datastore ID not supported for this datastore, but class "{0}" uses it.

HBase.Put=Object "{0}" PUT into HBase table "{1}" as {2}
HBase.Delete=Object "{0}" DELETEd from HBase table "{1}" as {2}

HBase.Insert.Start=Object "{0}" being inserted into HBase with all reachable objects
HBase.Insert.ObjectWithIdAlreadyExists=Object "{0}" being inserted has id "{1}" yet an object with this id already exists in the datastore!
HBase.Insert.ObjectPersistedWithVersion=Object "{0}" (id="{1}) persisted to HBase with version "{2}"
HBase.Update.Start=Object "{0}" (id="{1}") being updated in HBase (for fields "{2}") with all reachable objects
HBase.Delete.Start=Object "{0}" (id="{1}") being deleted from HBase with all dependent objects
HBase.Delete.ObjectDeleted=Object "{0}" (id="{1}") has been deleted
HBase.Fetch.Start=Object "{0}" (id="{1}") being retrieved from HBase
HBase.ExecutionTime=Execution Time = {0} ms


HBase.SchemaCreate.Class=Creating schema for class "{0}" in table "{1}"
HBase.SchemaCreate.Class.Family=Creating family "{0}" for table "{1}"
HBase.SchemaDelete.Class=Deleting schema for class "{0}" in table "{1}"
HBase.SchemaValidate.Class=Validate schema for class "{0}" failed since table "{1}" is missing
HBase.SchemaValidate.Class.Family=Validate schema of table "{0}" has family "{1}" missing




© 2015 - 2025 Weber Informatics LLC | Privacy Policy